Skip to content

Commit 8735c98

Browse files
authored
Merge pull request #116 from foomo/feature/beam-cloudflared-2026.1.2
feat(beam): cloudflared 2026.1.2
2 parents 8db8726 + bc47f54 commit 8735c98

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

charts/beam/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dependencies:
2323
version: 2.4.23
2424
repository: "oci://registry-1.docker.io/bitnamicharts"
2525
condition: pinniped.enabled
26-
version: 0.6.3
27-
appVersion: 0.6.3
26+
version: 0.6.4
27+
appVersion: 0.6.4
2828

charts/beam/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# beam
22

3-
![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.3](https://img.shields.io/badge/AppVersion-0.6.3-informational?style=flat-square)
3+
![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.4](https://img.shields.io/badge/AppVersion-0.6.4-informational?style=flat-square)
44

55
Secure infrastructure access
66

@@ -136,7 +136,7 @@ HTTPS_PROXY=socks5://127.0.0.1:1234 kubectl get namespaces --kubeconfig "beam-ku
136136
| cloudflared.image.pullPolicy | string | `"IfNotPresent"` | Image tag |
137137
| cloudflared.image.pullSecrets | list | `[]` | Image pull secrets |
138138
| cloudflared.image.repository | string | `"cloudflare/cloudflared"` | Image repository |
139-
| cloudflared.image.tag | string | `"2025.11.1"` | Image tag |
139+
| cloudflared.image.tag | string | `"2026.1.2"` | Image tag |
140140
| cloudflared.ingress | list | `[]` | Define ingress rules for the tunnel ([read more](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/configuration-file/ingress)) |
141141
| cloudflared.livenessProbe | object | `{"failureThreshold":1,"httpGet":{"path":"/ready","port":2000},"initialDelaySeconds":10,"periodSeconds":10}` | Liveness probe settings for pods. |
142142
| cloudflared.podAnnotations | object | `{}` | Annotations for pods |
@@ -181,7 +181,7 @@ HTTPS_PROXY=socks5://127.0.0.1:1234 kubectl get namespaces --kubeconfig "beam-ku
181181
| cloudflaredSplitter.extraVolumeMounts | list | `[]` | Volume mounts to add |
182182
| cloudflaredSplitter.image.pullPolicy | string | `"IfNotPresent"` | Image tag |
183183
| cloudflaredSplitter.image.repository | string | `"nginx"` | Image repository |
184-
| cloudflaredSplitter.image.tag | string | `"1.29.4"` | Image tag |
184+
| cloudflaredSplitter.image.tag | string | `"1.29.5"` | Image tag |
185185
| cloudflaredSplitter.livenessProbe | object | `{}` | Liveness probe settings for pods |
186186
| cloudflaredSplitter.readinessProbe | object | `{}` | Readiness probe settings for pods |
187187
| cloudflaredSplitter.resources | object | `{}` | Resource request & limits. |

charts/beam/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"type": "string"
205205
},
206206
"tag": {
207-
"default": "2025.11.1",
207+
"default": "2026.1.2",
208208
"description": "Image tag",
209209
"required": [],
210210
"title": "tag",
@@ -691,7 +691,7 @@
691691
"type": "string"
692692
},
693693
"tag": {
694-
"default": "1.29.4",
694+
"default": "1.29.5",
695695
"description": "Image tag",
696696
"required": [],
697697
"title": "tag",

charts/beam/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ cloudflared:
124124
# @schema
125125
# -- Image tag
126126
# @section -- Cloudflared settings
127-
tag: '2025.11.1' # https://github.com/cloudflare/cloudflared/releases
127+
tag: '2026.1.2' # https://github.com/cloudflare/cloudflared/releases
128128
# @schema
129129
# type: object
130130
# @schema
@@ -481,7 +481,7 @@ cloudflaredSplitter:
481481
# @schema
482482
# -- Image tag
483483
# @section -- Cloudflared Splitter settings
484-
tag: '1.29.4' # https://github.com/nginx/nginx/releases
484+
tag: '1.29.5' # https://github.com/nginx/nginx/releases
485485
# @schema
486486
# type: object
487487
# additionalProperties: true

0 commit comments

Comments
 (0)