chore(deps): update helmfile/helmfile-action action to v2.4.2 (#41)
All checks were successful
Release / Release (push) Successful in 5s
All checks were successful
Release / Release (push) Successful in 5s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) | action | patch | `v2.4.1` → `v2.4.2` | --- ### Release Notes <details> <summary>helmfile/helmfile-action (helmfile/helmfile-action)</summary> ### [`v2.4.2`](https://github.com/helmfile/helmfile-action/releases/tag/v2.4.2) [Compare Source](https://github.com/helmfile/helmfile-action/compare/v2.4.1...v2.4.2) ##### What's Changed - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.57.2 to 8.58.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​666](https://github.com/helmfile/helmfile-action/pull/666) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 8.57.2 to 8.58.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​665](https://github.com/helmfile/helmfile-action/pull/665) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 25.5.0 to 25.5.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​668](https://github.com/helmfile/helmfile-action/pull/668) - build(deps-dev): bump [@​swc/core](https://github.com/swc/core) from 1.15.21 to 1.15.24 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​667](https://github.com/helmfile/helmfile-action/pull/667) **Full Changelog**: <https://github.com/helmfile/helmfile-action/compare/v2.4.1...v2.4.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=--> Reviewed-on: #41 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
This commit was merged in pull request #41.
This commit is contained in:
@@ -156,7 +156,7 @@ jobs:
|
||||
echo "No custom secrets to create"
|
||||
fi
|
||||
- name: Deploy Helm
|
||||
uses: helmfile/helmfile-action@d9fefe29b0d07e9ab187ecfe1d63eff91e0a070c # v2.4.1
|
||||
uses: helmfile/helmfile-action@8676eae58f17e6232c519147a0729f5f3d67a8a0 # v2.4.2
|
||||
with:
|
||||
helmfile-args: apply
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
method: kubeconfig
|
||||
kubeconfig: ${{ secrets.KUBECONFIG }}
|
||||
- name: Validate Helm
|
||||
uses: helmfile/helmfile-action@d9fefe29b0d07e9ab187ecfe1d63eff91e0a070c # v2.4.1
|
||||
uses: helmfile/helmfile-action@8676eae58f17e6232c519147a0729f5f3d67a8a0 # v2.4.2
|
||||
with:
|
||||
helmfile-args: diff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user