Compare commits

...

2 Commits

Author SHA1 Message Date
791a5347db Update rmcrackan/libation Docker tag to v12.6.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 8s
2025-11-04 18:38:31 +00:00
8fd83c3c07 downgrade
All checks were successful
renovate / renovate (push) Successful in 2m17s
2025-11-04 12:36:37 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -37,9 +37,9 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v6 uses: actions/setup-node@v5
with: with:
node-version: '24' node-version: '22'
- name: Lint Docker Compose - name: Lint Docker Compose
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'

View File

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