diff --git a/.github/workflows/continuous-deploy.yml b/.github/workflows/continuous-deploy.yml index da1d32445..739716f6f 100644 --- a/.github/workflows/continuous-deploy.yml +++ b/.github/workflows/continuous-deploy.yml @@ -382,7 +382,7 @@ jobs: - name: Helmfile Diff if: github.event.inputs.run-reset-deployments == 'true' - uses: helmfile/helmfile-action@v1.6.3 + uses: helmfile/helmfile-action@v1.7.0 with: helmfile-args: | diff \ @@ -401,7 +401,7 @@ jobs: - name: Helmfile Destroy id: destroy_deployments if: github.event.inputs.run-reset-deployments == 'true' - uses: helmfile/helmfile-action@v1.6.3 + uses: helmfile/helmfile-action@v1.7.0 with: helmfile-args: | destroy \ @@ -463,7 +463,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.6.3 + uses: helmfile/helmfile-action@v1.7.0 with: helmfile-args: | apply \ @@ -481,7 +481,7 @@ jobs: IMAGE_TAG: ${{ needs.build.outputs.image_version }} - name: Helmfile Apply (Exclude Agents) # Always exclude agents and apply (zero diff if resetting deployments) - uses: helmfile/helmfile-action@v1.6.3 + uses: helmfile/helmfile-action@v1.7.0 with: helmfile-args: | apply \ @@ -509,7 +509,7 @@ jobs: - name: Helmfile Patch Proxy # Always patch agents with proxy. id: patch_proxy - uses: helmfile/helmfile-action@v1.6.3 + uses: helmfile/helmfile-action@v1.7.0 with: helmfile-args: | apply \ @@ -533,7 +533,7 @@ jobs: - name: Helmfile apply pytest # if: github.event.review.state == 'approved' || github.event_name == 'push' || ( github.event.inputs.run-reset-deployments == 'true' && github.event.inputs.run-tests == 'true' ) || github.event.inputs.run-tests == 'true' id: pytest - uses: helmfile/helmfile-action@v1.6.3 + uses: helmfile/helmfile-action@v1.7.0 with: helmfile-args: | apply \ @@ -646,7 +646,7 @@ jobs: create-new-comment: true - name: Helmfile destroy pytest - uses: helmfile/helmfile-action@v1.6.3 + uses: helmfile/helmfile-action@v1.7.0 if: always() with: helmfile-args: |