From caf741d9df4a6b8c854c2038fcc8e4d9497c9767 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Apr 2026 09:11:46 +0200 Subject: [PATCH] chore(deps): update helmfile/helmfile-action action to v2.4.1 (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) | action | patch | `v2.4.0` → `v2.4.1` | --- ### Release Notes
helmfile/helmfile-action (helmfile/helmfile-action) ### [`v2.4.1`](https://github.com/helmfile/helmfile-action/releases/tag/v2.4.1) [Compare Source](https://github.com/helmfile/helmfile-action/compare/v2.4.0...v2.4.1) ##### What's Changed - build(deps-dev): bump eslint-plugin-jest from 29.15.0 to 29.15.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​664](https://github.com/helmfile/helmfile-action/pull/664) - build(deps-dev): bump typescript from 5.9.3 to 6.0.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​663](https://github.com/helmfile/helmfile-action/pull/663) **Full Changelog**:
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/k/pulls/61 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/deploy.yaml | 2 +- .gitea/workflows/validate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 36b8e18..019f3d9 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -132,7 +132,7 @@ jobs: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy helm - uses: helmfile/helmfile-action@99b1d18ad3989701cf26a54e65baf4a3ee8156b0 # v2.4.0 + uses: helmfile/helmfile-action@d9fefe29b0d07e9ab187ecfe1d63eff91e0a070c # v2.4.1 with: helmfile-args: apply helmfile-workdirectory: "crowdsec" diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index fd6b916..c1d07a5 100644 --- a/.gitea/workflows/validate.yaml +++ b/.gitea/workflows/validate.yaml @@ -63,7 +63,7 @@ jobs: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} - name: Validate Helm - uses: helmfile/helmfile-action@99b1d18ad3989701cf26a54e65baf4a3ee8156b0 # v2.4.0 + uses: helmfile/helmfile-action@d9fefe29b0d07e9ab187ecfe1d63eff91e0a070c # v2.4.1 with: helmfile-args: diff helmfile-workdirectory: "crowdsec"