3 Commits

Author SHA1 Message Date
2b48687f22 Update php Docker tag to v8.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 12s
2025-12-01 03:49:39 +00:00
9763fd7744 remove uneeded log
All checks were successful
renovate / renovate (push) Successful in 1m57s
2025-11-30 21:47:52 -06:00
7d6be3985c add cluster loop
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
render-manifests / render-manifests-helm (push) Failing after 23s
renovate / renovate (push) Has been cancelled
2025-11-30 21:46:44 -06:00
3 changed files with 9 additions and 12 deletions

View File

@@ -44,17 +44,15 @@ jobs:
- name: Add Repositories
run: |
echo ">> Adding repositories for chart dependencies ..."
for cluster in ${CLUSTERS}; do
echo ">> Adding repositories for chart dependencies of cluster $cluster ..."
for chart_path in ${MAIN_DIR}/clusters/$cluster/helm/*; do
helm dependency list --max-col-width 120 $chart_path 2> /dev/null \
| tail +2 | head -n 1 \
| tee repo_added \
| awk '{ print "helm repo add " $1 " " $3 }' \
| sh
done
echo ">> Added following repos:"
cat repo_add | sort | uniq
done
- name: Render Helm Manifests
run: |

View File

@@ -1 +0,0 @@
app-template 4.4.0 https://bjw-s-labs.github.io/helm-charts/ ok

View File

@@ -36,7 +36,7 @@ shelly-plug:
main:
image:
repository: php
tag: 8.4.15-apache-bookworm
tag: 8.5.0-apache-bookworm
pullPolicy: IfNotPresent
env:
- name: SHELLY_HOSTNAME