From 070107e72cba38f4fb07873ef9e93ed3e654b690 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Jul 2026 16:59:33 +0000 Subject: [PATCH] Update helmfile/helmfile-action action to v2.4.7 --- .github/workflows/integration-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 36bda4f..2807a26 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -36,7 +36,7 @@ jobs: - name: Add a helm repo to make "helm repo update" work run: helm repo add traefik https://traefik.github.io/charts - name: Deploy the helmfile - uses: helmfile/helmfile-action@v2.4.6 + uses: helmfile/helmfile-action@v2.4.7 with: helmfile-auto-init: true helmfile-args: sync -e ${{ matrix.chart }} --wait @@ -65,7 +65,7 @@ jobs: - name: Add a helm repo to make "helm repo update" work run: helm repo add traefik https://traefik.github.io/charts - name: Deploy the helmfile - uses: helmfile/helmfile-action@v2.4.6 + uses: helmfile/helmfile-action@v2.4.7 with: helmfile-auto-init: true helmfile-args: sync -e tests --wait