Skip to content

Commit

Permalink
⬆️ Bump helmfile/helmfile-action from 1.6.3 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 1.6.3 to 1.7.0.
- [Release notes](https://github.com/helmfile/helmfile-action/releases)
- [Commits](helmfile/helmfile-action@v1.6.3...v1.7.0)

---
updated-dependencies:
- dependency-name: helmfile/helmfile-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 729f90a commit f886ff4
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 @@ -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 \
Expand All @@ -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 \
Expand Down Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit f886ff4

Please sign in to comment.