chore(deps): update helmfile/helmfile-action action to v2.4.2 (#41)
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 [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.57.2 to 8.58.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;666](https://github.com/helmfile/helmfile-action/pull/666)
- build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 8.57.2 to 8.58.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;665](https://github.com/helmfile/helmfile-action/pull/665)
- build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 25.5.0 to 25.5.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;668](https://github.com/helmfile/helmfile-action/pull/668)
- build(deps-dev): bump [@&#8203;swc/core](https://github.com/swc/core) from 1.15.21 to 1.15.24 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;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:
2026-04-16 19:27:00 +02:00
committed by t.behrendt
parent f9ac1e8589
commit 86b398278f
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ jobs:
echo "No custom secrets to create" echo "No custom secrets to create"
fi fi
- name: Deploy Helm - name: Deploy Helm
uses: helmfile/helmfile-action@d9fefe29b0d07e9ab187ecfe1d63eff91e0a070c # v2.4.1 uses: helmfile/helmfile-action@8676eae58f17e6232c519147a0729f5f3d67a8a0 # v2.4.2
with: with:
helmfile-args: apply helmfile-args: apply

View File

@@ -90,7 +90,7 @@ jobs:
method: kubeconfig method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }} kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Validate Helm - name: Validate Helm
uses: helmfile/helmfile-action@d9fefe29b0d07e9ab187ecfe1d63eff91e0a070c # v2.4.1 uses: helmfile/helmfile-action@8676eae58f17e6232c519147a0729f5f3d67a8a0 # v2.4.2
with: with:
helmfile-args: diff helmfile-args: diff