Skip to content

Commit

Permalink
⬆️ Bump helmfile/helmfile-action from 1.6.2 to 1.6.3 (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent d076a17 commit f6f0b48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:

- name: Helmfile Diff
if: github.event.inputs.run-reset-deployments == 'true'
uses: helmfile/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
diff \
Expand All @@ -369,7 +369,7 @@ jobs:
- name: Helmfile Destroy
id: destroy_deployments
if: github.event.inputs.run-reset-deployments == 'true'
uses: helmfile/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
destroy \
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:

- name: Helmfile Apply # Apply default helmfile (without RDS proxy) when resetting deployments.
if: github.event.inputs.run-reset-deployments == 'true'
uses: helmfile/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
apply \
Expand All @@ -449,7 +449,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/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
apply \
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
- name: Helmfile Patch Proxy # Always patch agents with proxy.
id: patch_proxy
uses: helmfile/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
apply \
Expand All @@ -501,7 +501,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/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
apply \
Expand Down Expand Up @@ -614,7 +614,7 @@ jobs:
create-new-comment: true

- name: Helmfile destroy pytest
uses: helmfile/[email protected].2
uses: helmfile/[email protected].3
if: always()
with:
helmfile-args: |
Expand Down

0 comments on commit f6f0b48

Please sign in to comment.