3 Commits

Author SHA1 Message Date
e189f2e89a 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 18s
2025-12-03 21:27:00 +00:00
44fb774fef remove condition
All checks were successful
renovate / renovate (push) Successful in 2m1s
2025-12-03 15:25:09 -06:00
f9f27aac12 change commit pattern 2025-12-03 15:25:09 -06:00
3 changed files with 3 additions and 4 deletions

View File

@@ -64,8 +64,8 @@ jobs:
RENDER_DIR=()
echo ">> Checking for changes from ${{ gitea.event.before }}..${{ gitea.event.after }} ..."
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..${{ gitea.event.after }} | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
echo ">> Checking for changes from HEAD^..HEAD ..."
GIT_DIFF=$(git diff --name-only HEAD^..HEAD | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
if [ -n "${GIT_DIFF}" ]; then
echo ">> Changes detected:"

View File

@@ -20,7 +20,6 @@ env:
jobs:
render-manifests:
runs-on: ubuntu-js
if: ${{ !((github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'automerge'))) }}
steps:
- name: Checkout Main
uses: actions/checkout@v6

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