2 Commits

Author SHA1 Message Date
e233dc3acb 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 25s
2025-12-03 04:15:21 +00:00
80c296fd25 fix
All checks were successful
renovate / renovate (push) Successful in 1m43s
2025-12-02 22:13:45 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ jobs:
RENDER_DIR=()
if [ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]; then
echo ">> Triggered on dispatch, will check all paths .."
echo ">> Triggered on dispatch, will check all paths ..."
RENDER_DIR+=$(ls clusters/cl01tl/helm/)
else
@@ -89,7 +89,7 @@ jobs:
fi
fi
if [ -n $RENDER_DIR ]; then
if [ -n "${RENDER_DIR}" ]; then
echo ">> Directories to Render:"
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"

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