From c70402fd4eb2fc24a4892c67cd1c715069daf7d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Feb 2026 16:12:18 +0100 Subject: [PATCH] chore(deps): update helmfile/helmfile-action action to v2.1.1 (#45) 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 | Pending | |---|---|---|---|---| | [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) | action | patch | `v2.1.0` → `v2.1.1` | `v2.2.0` | --- ### Release Notes
helmfile/helmfile-action (helmfile/helmfile-action) ### [`v2.1.1`](https://github.com/helmfile/helmfile-action/releases/tag/v2.1.1) [Compare Source](https://github.com/helmfile/helmfile-action/compare/v2.1.0...v2.1.1) ##### What's Changed - fix ci in auto init by [@​yxxhero](https://github.com/yxxhero) in [#​624](https://github.com/helmfile/helmfile-action/pull/624) - build(deps): bump [@​actions/exec](https://github.com/actions/exec) from 1.1.1 to 2.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​623](https://github.com/helmfile/helmfile-action/pull/623) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 24.10.1 to 24.10.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​622](https://github.com/helmfile/helmfile-action/pull/622) - build(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​620](https://github.com/helmfile/helmfile-action/pull/620) - build(deps-dev): bump [@​eslint/eslintrc](https://github.com/eslint/eslintrc) from 3.3.1 to 3.3.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​618](https://github.com/helmfile/helmfile-action/pull/618) - build(deps-dev): bump prettier from 3.6.2 to 3.7.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​621](https://github.com/helmfile/helmfile-action/pull/621) **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/45 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 3a90334..251f71e 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@f64d5db9f8660aae0205b5fcfc56577d44acefab # v2.1.0 + uses: helmfile/helmfile-action@37b026692c13757b2852cd7449e6e82eccc345d3 # v2.1.1 with: helmfile-args: apply helmfile-workdirectory: "crowdsec" diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index 6e09672..3fa5c28 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@f64d5db9f8660aae0205b5fcfc56577d44acefab # v2.1.0 + uses: helmfile/helmfile-action@37b026692c13757b2852cd7449e6e82eccc345d3 # v2.1.1 with: helmfile-args: diff helmfile-workdirectory: "crowdsec"