2 Commits

Author SHA1 Message Date
3c7a5eb4c2 Update php Docker tag to v8.5.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
renovate/stability-days Updates have met minimum release age requirement
2025-12-03 22:57:31 +00:00
83ee45e128 fix if
All checks were successful
renovate / renovate (push) Successful in 2m18s
2025-12-03 16:56:26 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ jobs:
echo ">> Commit SHA: ${{ gitea.event.after }}"
echo ">> Parent Count: $PARENT_COUNT"
if [ $PARENT_COUNT > 1]; do
if [ $PARENT_COUNT > 1]; then
echo "">> Commit detected to be a direct commit to main"
fi

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