From 45d067aa8097bbeb11c52355ef0dc80213ef22a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:20:46 +0200 Subject: [PATCH] Bump helmfile/helmfile-action from 1.9.1 to 1.9.2 (#1114) Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/helmfile/helmfile-action/releases) - [Commits](https://github.com/helmfile/helmfile-action/compare/v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: helmfile/helmfile-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cicd.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a09ffb10d..341c40d67 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -403,7 +403,7 @@ jobs: version: ${{ env.TAILSCALE_VERSION }} - name: Helmfile Destroy if: github.event.inputs.reset-deployments == 'true' - uses: helmfile/helmfile-action@v1.9.1 + uses: helmfile/helmfile-action@v1.9.2 with: helmfile-args: | destroy \ @@ -419,7 +419,7 @@ jobs: run: kubectl delete pods,pvc --all --namespace yoma-v3-dev - name: Deploy fresh DBs if: github.event.inputs.reset-deployments == 'true' - uses: helmfile/helmfile-action@v1.9.1 + uses: helmfile/helmfile-action@v1.9.2 with: helmfile-args: | apply \ @@ -440,7 +440,7 @@ jobs: steps.filter.outputs.keycloak == 'true' || github.event_name == 'workflow_dispatch' ) && steps.should-run.outputs.run == 'true' - uses: helmfile/helmfile-action@v1.9.1 + uses: helmfile/helmfile-action@v1.9.2 with: helmfile-args: | ${{ (github.event_name == 'pull_request' && github.event.pull_request.draft) && 'diff' || 'apply' }} \ @@ -461,7 +461,7 @@ jobs: steps.filter.outputs.api == 'true' || github.event_name == 'workflow_dispatch' ) && steps.should-run.outputs.run == 'true' - uses: helmfile/helmfile-action@v1.9.1 + uses: helmfile/helmfile-action@v1.9.2 with: helmfile-args: | ${{ (github.event_name == 'pull_request' && github.event.pull_request.draft) && 'diff' || 'apply' }} \ @@ -485,7 +485,7 @@ jobs: steps.filter.outputs.web == 'true' || github.event_name == 'workflow_dispatch' ) && steps.should-run.outputs.run == 'true' - uses: helmfile/helmfile-action@v1.9.1 + uses: helmfile/helmfile-action@v1.9.2 with: helmfile-args: | ${{ (github.event_name == 'pull_request' && github.event.pull_request.draft) && 'diff' || 'apply' }} \