Skip to content

Commit

Permalink
⬆️ Bump helmfile/helmfile-action from 1.9.2 to 1.9.3 (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 09a6000 commit 17f2b78
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/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
destroy \
Expand Down Expand Up @@ -642,7 +642,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 @@ -659,7 +659,7 @@ jobs:

- name: Helmfile Apply (RDS Proxy)
if: github.event.inputs.run-reset-deployments != 'true'
uses: helmfile/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
apply \
Expand Down Expand Up @@ -761,7 +761,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/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
apply \
Expand All @@ -784,7 +784,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/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
apply \
Expand All @@ -808,7 +808,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/[email protected].2
uses: helmfile/[email protected].3
with:
helmfile-args: |
apply \
Expand Down Expand Up @@ -993,7 +993,7 @@ jobs:
hide-comment: ${{ github.event_name != 'pull_request' }}

- name: Helmfile destroy pytest
uses: helmfile/[email protected].2
uses: helmfile/[email protected].3
if: always()
with:
helmfile-args: |
Expand All @@ -1009,7 +1009,7 @@ jobs:
IMAGE_TAG: ${{ needs.build.outputs.image_version }}

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

0 comments on commit 17f2b78

Please sign in to comment.