2 Commits

Author SHA1 Message Date
2d2df88bdf 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 17s
2025-11-30 22:28:23 +00:00
68a25dc9fd change command
All checks were successful
renovate / renovate (push) Successful in 1m35s
2025-11-30 16:26:57 -06:00
2 changed files with 5 additions and 3 deletions

View File

@@ -154,11 +154,13 @@ jobs:
HTTP_STATUS=$(
curl -X POST \
--write-out '%{http_code}' \
--silent \
--output /tmp/pr_response \
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \
--data "${PAYLOAD}" \
"${API_ENDPOINT}" | tee /tmp/pr_response \
| head -n 1
"${API_ENDPOINT}"
)
echo ">> Gitea API Response Body ..."

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