From 17f2b78ac757fc9c62528921c4e2155c6355c99c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:56:32 +0000 Subject: [PATCH] :arrow_up: Bump helmfile/helmfile-action from 1.9.2 to 1.9.3 (#1131) --- .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 52a11f65f..26a99f5f3 100644 --- a/.github/workflows/continuous-deploy.yml +++ b/.github/workflows/continuous-deploy.yml @@ -552,7 +552,7 @@ jobs: - name: Helmfile Destroy id: destroy_deployments if: github.event.inputs.run-reset-deployments == 'true' - uses: helmfile/helmfile-action@v1.9.2 + uses: helmfile/helmfile-action@v1.9.3 with: helmfile-args: | destroy \ @@ -642,7 +642,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@v1.9.2 + uses: helmfile/helmfile-action@v1.9.3 with: helmfile-args: | apply \ @@ -659,7 +659,7 @@ jobs: - name: Helmfile Apply (RDS Proxy) if: github.event.inputs.run-reset-deployments != 'true' - uses: helmfile/helmfile-action@v1.9.2 + uses: helmfile/helmfile-action@v1.9.3 with: helmfile-args: | apply \ @@ -761,7 +761,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@v1.9.2 + uses: helmfile/helmfile-action@v1.9.3 with: helmfile-args: | apply \ @@ -784,7 +784,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@v1.9.2 + uses: helmfile/helmfile-action@v1.9.3 with: helmfile-args: | apply \ @@ -808,7 +808,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@v1.9.2 + uses: helmfile/helmfile-action@v1.9.3 with: helmfile-args: | apply \ @@ -993,7 +993,7 @@ jobs: hide-comment: ${{ github.event_name != 'pull_request' }} - name: Helmfile destroy pytest - uses: helmfile/helmfile-action@v1.9.2 + uses: helmfile/helmfile-action@v1.9.3 if: always() with: helmfile-args: | @@ -1009,7 +1009,7 @@ jobs: IMAGE_TAG: ${{ needs.build.outputs.image_version }} - name: Helmfile destroy pytest regression - uses: helmfile/helmfile-action@v1.9.2 + uses: helmfile/helmfile-action@v1.9.3 if: always() with: helmfile-args: |