2 Commits

Author SHA1 Message Date
23cf64b28f Update stalwartlabs/stalwart Docker tag to v0.14.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 14s
2025-11-10 21:45:04 +00:00
95b9382b6e fix branch
All checks were successful
renovate / renovate (push) Successful in 1m0s
2025-11-10 15:43:30 -06:00
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ jobs:
run: |
set -e # Exit immediately if a command exits with a non-zero status.
TARGET_BRANCH="${{ github.base_ref }}"
TARGET_BRANCH="origin/${{ github.base_ref }}"
echo ">> Target branch for diff is: $TARGET_BRANCH"
CHANGED_FILES=$(git diff --name-only "$TARGET_BRANCH" -- 'hosts/**')

View File

@@ -46,7 +46,7 @@ jobs:
run: |
set -e # Exit immediately if a command exits with a non-zero status.
TARGET_BRANCH="${{ github.base_ref }}"
TARGET_BRANCH="origin/${{ github.base_ref }}"
echo ">> Target branch for diff is: $TARGET_BRANCH"
CHANGED_FILES=$(git diff --name-only "$TARGET_BRANCH" -- 'clusters/**')

View File

@@ -9,7 +9,7 @@ stalwart:
main:
image:
repository: stalwartlabs/stalwart
tag: v0.13.4
tag: v0.14.1
pullPolicy: IfNotPresent
resources:
requests: