2 Commits

Author SHA1 Message Date
4a17cd4310 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 10s
2025-11-30 05:37:59 +00:00
32c1f3a450 fix token
All checks were successful
renovate / renovate (push) Successful in 3m21s
2025-11-29 23:36:49 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ jobs:
id: pull-request id: pull-request
uses: peter-evans/create-pull-request@v7 uses: peter-evans/create-pull-request@v7
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
commit-message: "chore: Update manifests after chart change" commit-message: "chore: Update manifests after chart change"
branch: auto/update-manifests branch: auto/update-manifests
branch-suffix: timestamp branch-suffix: timestamp

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