3 Commits

Author SHA1 Message Date
6f9a4db5e0 Update rmcrackan/libation Docker tag to v12.8.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-12-03 21:27:04 +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

@@ -16,7 +16,7 @@ libation:
main:
image:
repository: rmcrackan/libation
tag: 12.7.5
tag: 12.8.0
pullPolicy: IfNotPresent
env:
- name: SLEEP_TIME