From 86b398278fa12b9df462602ebdd4ca23379e66f3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 19:27:00 +0200 Subject: [PATCH] chore(deps): update helmfile/helmfile-action action to v2.4.2 (#41) 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.1` → `v2.4.2` | --- ### Release Notes
helmfile/helmfile-action (helmfile/helmfile-action) ### [`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**:
--- ### 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_deploy_workflows/pulls/41 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/cd.yaml | 2 +- .gitea/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 286b030..8f3f01d 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -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 diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 768d423..e062a3b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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