2 Commits

Author SHA1 Message Date
31716c73be 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 19s
2025-11-30 22:45:44 +00:00
441f39b0cd fix jq
All checks were successful
renovate / renovate (push) Successful in 2m0s
2025-11-30 16:43:52 -06:00
2 changed files with 2 additions and 4 deletions

View File

@@ -138,8 +138,6 @@ jobs:
GITEA_URL: ${{ secrets.REPO_URL }}
HEAD_BRANCH: ${{ steps.commit-push.outputs.HEAD_BRANCH }}
run: |
apt install jq
API_ENDPOINT="${GITEA_URL}/api/v1/repos/${{ gitea.repository_owner }}/${{ gitea.repository_name }}/pulls"
PAYLOAD=$( jq -n \
@@ -147,7 +145,7 @@ jobs:
--arg base "${BASE_BRANCH}" \
--arg title "Automated Manifest Update: $(date +%F)" \
--arg body "This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow" \
'{head: $head, base: $base, title: $title}, body: $body' )
'{head: $head, base: $base, title: $title, body: $body'} )
echo ">> Creating PR from branch: ${HEAD_BRANCH} into ${BASE_BRANCH}"
echo ">> With Payload of:"

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