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: |