From 9594dd57e7030295d926269327302084997c75cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:33:34 +0000 Subject: [PATCH] :arrow_up: Bump helmfile/helmfile-action from 2.0.0 to 2.0.2 (#1214) Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/helmfile/helmfile-action/releases) - [Commits](https://github.com/helmfile/helmfile-action/compare/v2.0.0...v2.0.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/continuous-deploy.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/continuous-deploy.yml b/.github/workflows/continuous-deploy.yml index f282a689c..ecd2e53f9 100644 --- a/.github/workflows/continuous-deploy.yml +++ b/.github/workflows/continuous-deploy.yml @@ -540,7 +540,7 @@ jobs: - name: Helmfile Destroy id: destroy_deployments if: github.event.inputs.run-reset-deployments == 'true' - uses: helmfile/helmfile-action@v2.0.0 + uses: helmfile/helmfile-action@v2.0.2 with: helmfile-args: | destroy \ @@ -625,7 +625,7 @@ jobs: - name: Helmfile Apply # Apply default Helmfile (without RDS proxy) when resetting deployments. if: github.event.inputs.run-reset-deployments == 'true' - uses: helmfile/helmfile-action@v2.0.0 + uses: helmfile/helmfile-action@v2.0.2 with: helmfile-args: | apply \ @@ -642,7 +642,7 @@ jobs: - name: Helmfile Apply (RDS Proxy) if: github.event.inputs.run-reset-deployments != 'true' - uses: helmfile/helmfile-action@v2.0.0 + uses: helmfile/helmfile-action@v2.0.2 with: helmfile-args: | apply \ @@ -745,7 +745,7 @@ jobs: - name: Helmfile init regression pytest if: github.event.inputs.run-reset-deployments == 'true' && github.event.inputs.run-regression-tests == 'true' id: pytest-init-regression - uses: helmfile/helmfile-action@v2.0.0 + uses: helmfile/helmfile-action@v2.0.2 with: helmfile-args: | apply \ @@ -768,7 +768,7 @@ jobs: - name: Helmfile run regression pytest if: ${{ github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && github.event.inputs.run-reset-deployments == 'false' && github.event.inputs.run-regression-tests == 'true') }} id: pytest-run-regression - uses: helmfile/helmfile-action@v2.0.0 + uses: helmfile/helmfile-action@v2.0.2 with: helmfile-args: | apply \ @@ -792,7 +792,7 @@ jobs: - name: Helmfile run pytest if: ${{ github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && github.event.inputs.run-tests != 'false') }} id: pytest - uses: helmfile/helmfile-action@v2.0.0 + uses: helmfile/helmfile-action@v2.0.2 with: helmfile-args: | apply \ @@ -977,7 +977,7 @@ jobs: hide-comment: ${{ github.event_name != 'pull_request' }} - name: Helmfile destroy pytest - uses: helmfile/helmfile-action@v2.0.0 + uses: helmfile/helmfile-action@v2.0.2 if: always() with: helmfile-args: | @@ -993,7 +993,7 @@ jobs: IMAGE_TAG: ${{ needs.build.outputs.image_version }} - name: Helmfile destroy pytest regression - uses: helmfile/helmfile-action@v2.0.0 + uses: helmfile/helmfile-action@v2.0.2 if: always() with: helmfile-args: |