2 Commits

Author SHA1 Message Date
da648c9482 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 22s
2025-12-03 00:41:52 +00:00
07fdff96b7 better logic for directory render
All checks were successful
renovate / renovate (push) Successful in 1m30s
2025-12-02 18:40:29 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ jobs:
fi
echo ">> Directories to Render:"
RENDER_DIR=(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)
RENDER_DIR=$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)
echo "$RENDER_DIR"
echo "-----"

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