2 Commits

Author SHA1 Message Date
93bea28e28 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 18s
2025-11-30 03:46:45 +00:00
06397c2b57 fix render
All checks were successful
renovate / renovate (push) Successful in 1m40s
2025-11-29 21:45:18 -06:00
2 changed files with 4 additions and 3 deletions

View File

@@ -34,9 +34,10 @@ jobs:
mkdir clusters/$CLUSTER/manifests mkdir clusters/$CLUSTER/manifests
for chart_path in clusters/$CLUSTER/helm/; do for chart_path in clusters/$CLUSTER/helm/; do
chart_name=$(basename "$chart") chart_name=$(basename "$chart_path")
echo "--- Rendering chart: $chart_name ---" echo ""
echo "Rendering chart: $chart_name"
if [ -f "$chart_path/Chart.yaml" ]; then if [ -f "$chart_path/Chart.yaml" ]; then
OUTPUT_FILE="clusters/$CLUSTER/manifests/$chart_name.yaml" OUTPUT_FILE="clusters/$CLUSTER/manifests/$chart_name.yaml"

View File

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