Skip to content

Commit

Permalink
⬆️ Bump helmfile/helmfile-action from 1.3.0 to 1.4.0 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 1803f9d commit e717d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:

- name: Helmfile Diff
if: github.event.review.state == 'approved' || github.event_name == 'push' || github.event.inputs.run-update-deployments
uses: helmfile/helmfile-action@v1.3.0
uses: helmfile/helmfile-action@v1.4.0
with:
helmfile-args: |
diff \
Expand All @@ -368,7 +368,7 @@ jobs:
- name: Helmfile Destroy
id: destroy_deployments
if: github.event.review.state == 'approved' || github.event_name == 'push' || github.event.inputs.run-update-deployments
uses: helmfile/helmfile-action@v1.3.0
uses: helmfile/helmfile-action@v1.4.0
with:
helmfile-args: |
destroy \
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
- name: Helmfile Apply
id: update_deployments
if: github.event.review.state == 'approved' || github.event_name == 'push' || github.event.inputs.run-update-deployments
uses: helmfile/helmfile-action@v1.3.0
uses: helmfile/helmfile-action@v1.4.0
with:
helmfile-args: |
apply \
Expand Down

0 comments on commit e717d66

Please sign in to comment.