1 Commits

Author SHA1 Message Date
592d8f3f06 Update Helm release postgres-cluster to v6
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Helm Lint / helm-lint (pull_request) Failing after 5s
2025-06-09 21:52:44 +00:00

View File

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