2 Commits

Author SHA1 Message Date
d0386096f4 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 11s
2025-11-30 20:38:21 +00:00
b5beaa88b1 use different package
All checks were successful
renovate / renovate (push) Successful in 1m31s
2025-11-30 14:36:59 -06:00
2 changed files with 34 additions and 14 deletions

View File

@@ -67,28 +67,48 @@ jobs:
done done
done done
- name: Create Pull Request # - name: Create Pull Request
# id: pull-request
# uses: peter-evans/create-pull-request@v7
# with:
# token: ${{ secrets.PERSONAL_TOKEN }}
# committer: gitea-bot <gitea-bot@alexlebens.net>
# author: gitea-bot <gitea-bot@alexlebens.net>
# commit-message: "chore: Update manifests after chart change"
# branch: auto/update-manifests
# branch-suffix: timestamp
# base: manifests
# title: "Manifest Update: App Changes"
# body: |
# This PR contains the newly rendered Kubernetes manifests.
# * Triggered by workflow run ${{ github.run_id }}
# * Review the `files changed` tab for the full YAML diff.
# labels: |
# manifests
# automated
# add-paths: |
# clusters/cl01tl/manifests/*
- name: Create Gitea PR
id: pull-request id: pull-request
uses: peter-evans/create-pull-request@v7 uses: infinilabs/gitea-pr@v0
with: with:
token: ${{ secrets.BOT_TOKEN_MANIFEST }} url: ${{ secrets.GITEA_URL }}
committer: gitea-bot <gitea-bot@alexlebens.net> token: ${{ secrets.GITEA_TOKEN }}
author: gitea-bot <gitea-bot@alexlebens.net>
commit-message: "chore: Update manifests after chart change" commit-message: "chore: Update manifests after chart change"
branch: auto/update-manifests committer: "gitea-bot <gitea-bot@alexlebens.net>"
branch-suffix: timestamp author: "gitea-bot <gitea-bot@alexlebens.net>"
base: manifests base: "manifests"
branch: "auto/update-manifests"
title: "Manifest Update: App Changes" title: "Manifest Update: App Changes"
body: | body: |
This PR contains the newly rendered Kubernetes manifests. This PR contains the newly rendered Kubernetes manifests.
* Triggered by workflow run ${{ github.run_id }} * Triggered by workflow run ${{ github.run_id }}
* Review the `files changed` tab for the full YAML diff. * Review the `files changed` tab for the full YAML diff.
labels: | pr-label: "manifests, automated"
manifests assignee: "alexlebens"
automated
add-paths: |
clusters/cl01tl/manifests/*
- name: ntfy Created - name: ntfy Created
uses: niniyas/ntfy-action@master uses: niniyas/ntfy-action@master

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