Skip to content

Commit

Permalink
Bump helmfile/helmfile-action from 1.8.0 to 1.9.0 (#692)
Browse files Browse the repository at this point in the history
Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/helmfile/helmfile-action/releases)
- [Commits](helmfile/helmfile-action@v1.8.0...v1.9.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent df1fa43 commit 28d7051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ jobs:
steps.filter.outputs.keycloak == 'true' ||
github.event_name == 'workflow_dispatch'
) && steps.should-run.outputs.run == 'true'
uses: helmfile/helmfile-action@v1.8.0
uses: helmfile/helmfile-action@v1.9.0
with:
helmfile-args: |
${{ (github.event_name == 'pull_request' && github.event.pull_request.draft) && 'diff' || 'apply' }} \
Expand All @@ -422,7 +422,7 @@ jobs:
steps.filter.outputs.api == 'true' ||
github.event_name == 'workflow_dispatch'
) && steps.should-run.outputs.run == 'true'
uses: helmfile/helmfile-action@v1.8.0
uses: helmfile/helmfile-action@v1.9.0
with:
helmfile-args: |
${{ (github.event_name == 'pull_request' && github.event.pull_request.draft) && 'diff' || 'apply' }} \
Expand All @@ -441,7 +441,7 @@ jobs:
steps.filter.outputs.web == 'true' ||
github.event_name == 'workflow_dispatch'
) && steps.should-run.outputs.run == 'true'
uses: helmfile/helmfile-action@v1.8.0
uses: helmfile/helmfile-action@v1.9.0
with:
helmfile-args: |
${{ (github.event_name == 'pull_request' && github.event.pull_request.draft) && 'diff' || 'apply' }} \
Expand Down

0 comments on commit 28d7051

Please sign in to comment.