Compare commits

...

2 Commits

Author SHA1 Message Date
130b9d42c3 Update cloudflare/cloudflared Docker tag to v2026
All checks were successful
lint-and-test / lint-helm (pull_request) Successful in 22s
lint-and-test / chart-testing (pull_request) Successful in 54s
2026-01-20 21:02:34 +00:00
59b36c889c fix path
All checks were successful
renovate / renovate (push) Successful in 3m0s
2026-01-20 15:00:51 -06:00
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ jobs:
run: |
echo ">> Adding repositories for chart dependencies ..."
for dir in ${CHANGED_CHARTS}; do
helm dependency list --max-col-width 120 charts/$dir 2> /dev/null \
helm dependency list --max-col-width 120 $dir 2> /dev/null \
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: cloudflared
version: 2.1.9
version: 2.2.0
description: Cloudflared Tunnel
keywords:
- cloudflare

View File

@@ -26,7 +26,7 @@ secret:
# -- Default image
image:
repository: cloudflare/cloudflared
tag: "2025.11.1"
tag: "2026.1.1"
pullPolicy: IfNotPresent
# -- Default resources