2 Commits

Author SHA1 Message Date
0a1eeabe16 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 22s
2025-11-30 05:20:47 +00:00
8682100cc6 update file path
All checks were successful
renovate / renovate (push) Successful in 1m9s
2025-11-29 23:19:42 -06:00
2 changed files with 6 additions and 4 deletions

View File

@@ -10,6 +10,9 @@ on:
workflow_dispatch:
env:
CLUSTERS: cl01tl
jobs:
render-manifests-helm:
runs-on: ubuntu-js
@@ -29,8 +32,6 @@ jobs:
version: v3.17.2 # Pending https://github.com/helm/helm/pull/30743
- name: Render Helm Manifests
env:
CLUSTERS: cl01tl
run: |
for cluster in $CLUSTERS; do
mkdir -p ${{ gitea.workspace }}/clusters/$cluster/manifests
@@ -87,7 +88,8 @@ jobs:
labels: |
manifests
automated
add-paths: "clusters/*/manifests/"
add-paths: |
clusters/**/manifests/
- name: ntfy Created
uses: niniyas/ntfy-action@master

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