2 Commits

Author SHA1 Message Date
5fc0932658 Update php Docker tag to v8.5.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Failing after 12s
2025-12-04 02:55:11 +00:00
99ada247bd merge test
All checks were successful
renovate / renovate (push) Successful in 1m41s
2025-12-03 20:53:34 -06:00
2 changed files with 11 additions and 5 deletions

View File

@@ -7,14 +7,19 @@ on:
paths: paths:
- 'clusters/*/helm/**' - 'clusters/*/helm/**'
push:
branches:
- main
paths:
- 'clusters/*/helm/**'
env: env:
CLUSTER: cl01tl CLUSTER: cl01tl
BASE_BRANCH: "origin/${{ gitea.base_ref }}" BASE_BRANCH: "origin/${{ gitea.base_ref }}"
jobs: jobs:
lint-pull-request: lint-helm:
runs-on: ubuntu-js runs-on: ubuntu-js
if: github.event_name == 'pull_request'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
@@ -28,11 +33,11 @@ jobs:
with: with:
branch: ${{ gitea.base_ref }} branch: ${{ gitea.base_ref }}
- name: Branch Exists - name: Report Branch Exists
id: branch-exists id: branch-exists
if: github.event_name == 'push' || steps.check-branch-exists.outputs.exists == 'true' && github.event_name == 'pull_request' if: github.event_name == 'push' || steps.check-branch-exists.outputs.exists == 'true' && github.event_name == 'pull_request'
run: | run: |
echo ">> Branch ${{ gitea.base_ref }} is exists, will continue with linting" echo ">> Branch ${{ gitea.base_ref }} exists, will continue with linting"
echo "----" echo "----"
@@ -53,6 +58,7 @@ jobs:
echo ">> Target branch for diff is: ${BASE_BRANCH}" echo ">> Target branch for diff is: ${BASE_BRANCH}"
echo "" echo ""
echo ">> Checking for changes ..." echo ">> Checking for changes ..."
git diff --name-only "${BASE_BRANCH}" -- | xargs -I {} dirname {} | sort -u | grep 'clusters/*/helm/'
GIT_DIFF=$(git diff --name-only "${BASE_BRANCH}" -- | xargs -I {} dirname {} | sort -u | grep 'clusters/*/helm/') GIT_DIFF=$(git diff --name-only "${BASE_BRANCH}" -- | xargs -I {} dirname {} | sort -u | grep 'clusters/*/helm/')
if [ -n "${GIT_DIFF}" ]; then if [ -n "${GIT_DIFF}" ]; then

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