Compare commits

..

1 Commits

Author SHA1 Message Date
36bfe92726 Update cloudflare/cloudflared Docker tag to v2026
Some checks failed
lint-and-test / chart-testing (pull_request) Failing after 42s
lint-and-test / lint-helm (pull_request) Successful in 26s
2026-01-20 20:56:02 +00:00

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 $dir 2> /dev/null \
helm dependency list --max-col-width 120 charts/$dir 2> /dev/null \
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do