Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent e2437f2 commit 4945544
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ jobs:
- name: Helmfile Destroy
id: destroy_deployments
if: github.event.inputs.run-reset-deployments == 'true'
uses: helmfile/helmfile-action@v1.9.3
uses: helmfile/helmfile-action@v1.9.4
with:
helmfile-args: |
destroy \
Expand Down Expand Up @@ -658,7 +658,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.9.3
uses: helmfile/helmfile-action@v1.9.4
with:
helmfile-args: |
apply \
Expand All @@ -675,7 +675,7 @@ jobs:

- name: Helmfile Apply (RDS Proxy)
if: github.event.inputs.run-reset-deployments != 'true'
uses: helmfile/helmfile-action@v1.9.3
uses: helmfile/helmfile-action@v1.9.4
with:
helmfile-args: |
apply \
Expand Down Expand Up @@ -777,7 +777,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@v1.9.3
uses: helmfile/helmfile-action@v1.9.4
with:
helmfile-args: |
apply \
Expand All @@ -800,7 +800,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@v1.9.3
uses: helmfile/helmfile-action@v1.9.4
with:
helmfile-args: |
apply \
Expand All @@ -824,7 +824,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@v1.9.3
uses: helmfile/helmfile-action@v1.9.4
with:
helmfile-args: |
apply \
Expand Down Expand Up @@ -1009,7 +1009,7 @@ jobs:
hide-comment: ${{ github.event_name != 'pull_request' }}

- name: Helmfile destroy pytest
uses: helmfile/helmfile-action@v1.9.3
uses: helmfile/helmfile-action@v1.9.4
if: always()
with:
helmfile-args: |
Expand All @@ -1025,7 +1025,7 @@ jobs:
IMAGE_TAG: ${{ needs.build.outputs.image_version }}

- name: Helmfile destroy pytest regression
uses: helmfile/helmfile-action@v1.9.3
uses: helmfile/helmfile-action@v1.9.4
if: always()
with:
helmfile-args: |
Expand Down

0 comments on commit 4945544

Please sign in to comment.