Skip to content

Commit

Permalink
Merge pull request #60 from foomo/beam-v0.5.2
Browse files Browse the repository at this point in the history
feat(beam): cloudflared 2025.1.1
  • Loading branch information
franklinkim authored Jan 31, 2025
2 parents df767b4 + d21c322 commit 736ce21
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/beam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
version: 2.4.7
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: pinniped.enabled
version: 0.5.1
appVersion: 0.5.1
version: 0.5.2
appVersion: 0.5.2

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

![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)
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.2](https://img.shields.io/badge/AppVersion-0.5.2-informational?style=flat-square)

Secure infrastructure access

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 | `"2025.1.0"` | Image tag |
| cloudflared.image.tag | string | `"2025.1.1"` | 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": "2025.1.0",
"default": "2025.1.1",
"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: '2025.1.0' # https://github.com/cloudflare/cloudflared/releases
tag: '2025.1.1' # https://github.com/cloudflare/cloudflared/releases
# @schema
# type: object
# @schema
Expand Down

0 comments on commit 736ce21

Please sign in to comment.