Skip to content

Commit

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

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

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 d98a68c commit ca50fd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:
version: ${{ env.TAILSCALE_VERSION }}
- name: Helmfile Destroy
if: github.event.inputs.reset-deployments == 'true'
uses: helmfile/helmfile-action@v1.9.4
uses: helmfile/helmfile-action@v2.0.2
with:
helmfile-args: |
destroy \
Expand All @@ -419,7 +419,7 @@ jobs:
run: kubectl delete pods,pvc --all --namespace yoma-v3-dev
- name: Deploy fresh DBs
if: github.event.inputs.reset-deployments == 'true'
uses: helmfile/helmfile-action@v1.9.4
uses: helmfile/helmfile-action@v2.0.2
with:
helmfile-args: |
apply \
Expand All @@ -440,7 +440,7 @@ jobs:
steps.filter.outputs.keycloak == 'true' ||
github.event_name == 'workflow_dispatch'
) && steps.should-run.outputs.run == 'true'
uses: helmfile/helmfile-action@v1.9.4
uses: helmfile/helmfile-action@v2.0.2
with:
helmfile-args: |
${{ (github.event_name == 'pull_request' && github.event.pull_request.draft) && 'diff' || 'apply' }} \
Expand All @@ -461,7 +461,7 @@ jobs:
steps.filter.outputs.api == 'true' ||
github.event_name == 'workflow_dispatch'
) && steps.should-run.outputs.run == 'true'
uses: helmfile/helmfile-action@v1.9.4
uses: helmfile/helmfile-action@v2.0.2
with:
helmfile-args: |
${{ (github.event_name == 'pull_request' && github.event.pull_request.draft) && 'diff' || 'apply' }} \
Expand All @@ -485,7 +485,7 @@ jobs:
steps.filter.outputs.web == 'true' ||
github.event_name == 'workflow_dispatch'
) && steps.should-run.outputs.run == 'true'
uses: helmfile/helmfile-action@v1.9.4
uses: helmfile/helmfile-action@v2.0.2
with:
helmfile-args: |
${{ (github.event_name == 'pull_request' && github.event.pull_request.draft) && 'diff' || 'apply' }} \
Expand Down

0 comments on commit ca50fd6

Please sign in to comment.