1 Commits

Author SHA1 Message Date
aaba570c8e 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 13s
2025-12-01 03:43:55 +00:00
2 changed files with 11 additions and 8 deletions

View File

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

View File

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