Skip to content

Commit

Permalink
⬆️ Bump helmfile/helmfile-action from 2.0.0 to 2.0.2 (#1214)
Browse files Browse the repository at this point in the history
Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/helmfile/helmfile-action/releases)
- [Commits](helmfile/helmfile-action@v2.0.0...v2.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent c4b3e27 commit 9594dd5
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 @@ -540,7 +540,7 @@ jobs:
- name: Helmfile Destroy
id: destroy_deployments
if: github.event.inputs.run-reset-deployments == 'true'
uses: helmfile/[email protected].0
uses: helmfile/[email protected].2
with:
helmfile-args: |
destroy \
Expand Down Expand Up @@ -625,7 +625,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].0
uses: helmfile/[email protected].2
with:
helmfile-args: |
apply \
Expand All @@ -642,7 +642,7 @@ jobs:

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

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

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

0 comments on commit 9594dd5

Please sign in to comment.