2 Commits

Author SHA1 Message Date
c50894c8ae Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / lint-docker-compose (pull_request) Successful in 24s
2025-12-04 03:31:00 +00:00
45d5050935 run command
All checks were successful
renovate / renovate (push) Successful in 1m20s
2025-12-03 21:29:42 -06:00
2 changed files with 2 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ jobs:
GIT_DIFF=()
echo ">> Target branch for diff is: ${BASE_BRANCH}"
echo ""
if [ "${{ github.event_name }}" == "pull_request" ]; then
echo ""

View File

@@ -48,7 +48,7 @@ jobs:
uses: azure/setup-helm@v4
with:
token: ${{ secrets.GITEA_TOKEN }}
version: v3.19.2
version: v3
- name: Check Directories for Changes
id: check-dir-changes
@@ -58,11 +58,11 @@ jobs:
GIT_DIFF=()
echo ">> Target branch for diff is: ${BASE_BRANCH}"
echo ""
if [ "${{ github.event_name }}" == "pull_request" ]; then
echo ""
echo ">> Checking for changes in a pull request ..."
git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u
GIT_DIFF=$(git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u | grep "clusters/*/helm/**")
else
echo ""