3 Commits

Author SHA1 Message Date
fce96c7d8a 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-11-30 03:50:50 +00:00
783d307998 add dispatch
All checks were successful
renovate / renovate (push) Successful in 2m5s
2025-11-29 21:49:49 -06: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 6 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ on:
- "clusters/**"
- ! "clusters/*/archive"
workflow_dispatch:
jobs:
render-manifests-helm:
runs-on: ubuntu-js
@@ -34,9 +36,10 @@ jobs:
mkdir clusters/$CLUSTER/manifests
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
OUTPUT_FILE="clusters/$CLUSTER/manifests/$chart_name.yaml"

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