2 Commits

Author SHA1 Message Date
cc513957a8 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 15s
2025-11-30 22:07:16 +00:00
1e6f90271a change redirection
All checks were successful
renovate / renovate (push) Successful in 1m24s
2025-11-30 16:05:55 -06:00
2 changed files with 2 additions and 3 deletions

View File

@@ -157,8 +157,7 @@ jobs:
-H "Authorization: token ${GITEA_TOKEN}" \ -H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
--data "${PAYLOAD}" \ --data "${PAYLOAD}" \
"${API_ENDPOINT}" 2> /dev/stdout \ "${API_ENDPOINT}" | tee /tmp/pr_response.json \
| tee /tmp/pr_response.json \
| head -n 1 | head -n 1
) )

View File

@@ -36,7 +36,7 @@ shelly-plug:
main: main:
image: image:
repository: php repository: php
tag: 8.4.15-apache-bookworm tag: 8.5.0-apache-bookworm
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SHELLY_HOSTNAME - name: SHELLY_HOSTNAME