Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(beam): update cloudflared 2025.1.0 #57

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/beam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies:
# https://artifacthub.io/packages/helm/bitnami/pinniped
- name: pinniped
alias: pinniped
version: 2.4.1
version: 2.4.7
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: pinniped.enabled
version: 0.5.0
appVersion: 0.5.0
version: 0.5.1
appVersion: 0.5.1

6 changes: 3 additions & 3 deletions charts/beam/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# beam

![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square)
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square)

Secure infrastructure access

Expand Down Expand Up @@ -107,7 +107,7 @@ HTTPS_PROXY=socks5://127.0.0.1:1234 kubectl get namespaces --kubeconfig "beam-ku

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | pinniped(pinniped) | 2.4.1 |
| oci://registry-1.docker.io/bitnamicharts | pinniped(pinniped) | 2.4.7 |

## Values

Expand Down Expand Up @@ -136,7 +136,7 @@ HTTPS_PROXY=socks5://127.0.0.1:1234 kubectl get namespaces --kubeconfig "beam-ku
| cloudflared.image.pullPolicy | string | `"IfNotPresent"` | Image tag |
| cloudflared.image.pullSecrets | list | `[]` | Image pull secrets |
| cloudflared.image.repository | string | `"cloudflare/cloudflared"` | Image repository |
| cloudflared.image.tag | string | `"2024.12.2"` | Image tag |
| cloudflared.image.tag | string | `"2025.1.0"` | Image tag |
| cloudflared.ingress | list | `[]` | Define ingress rules for the tunnel ([read more](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/configuration-file/ingress)) |
| cloudflared.livenessProbe | object | `{"failureThreshold":1,"httpGet":{"path":"/ready","port":2000},"initialDelaySeconds":10,"periodSeconds":10}` | Liveness probe settings for pods. |
| cloudflared.podAnnotations | object | `{}` | Annotations for pods |
Expand Down
2 changes: 1 addition & 1 deletion charts/beam/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"type": "string"
},
"tag": {
"default": "2024.12.2",
"default": "2025.1.0",
"description": "Image tag",
"required": [],
"title": "tag",
Expand Down
2 changes: 1 addition & 1 deletion charts/beam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ cloudflared:
# @schema
# -- Image tag
# @section -- Cloudflared settings
tag: '2024.12.2' # https://github.com/cloudflare/cloudflared/releases
tag: '2025.1.0' # https://github.com/cloudflare/cloudflared/releases
# @schema
# type: object
# @schema
Expand Down
Loading