From 5982457d820c3054e9aba74f81301f187f41cdec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Apr 2026 17:09:07 +0200 Subject: [PATCH] chore(deps): update helmfile/helmfile-action action to v2.4.3 (#47) 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.2` → `v2.4.3` | --- ### Release Notes
helmfile/helmfile-action (helmfile/helmfile-action) ### [`v2.4.3`](https://github.com/helmfile/helmfile-action/releases/tag/v2.4.3) [Compare Source](https://github.com/helmfile/helmfile-action/compare/v2.4.2...v2.4.3) ##### What's Changed - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.58.0 to 8.58.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​670](https://github.com/helmfile/helmfile-action/pull/670) - build(deps-dev): bump eslint-plugin-jest from 29.15.1 to 29.15.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​673](https://github.com/helmfile/helmfile-action/pull/673) - build(deps-dev): bump prettier from 3.8.1 to 3.8.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​672](https://github.com/helmfile/helmfile-action/pull/672) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 8.58.0 to 8.58.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​669](https://github.com/helmfile/helmfile-action/pull/669) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 25.5.2 to 25.6.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​671](https://github.com/helmfile/helmfile-action/pull/671) - build(deps-dev): bump globals from 17.4.0 to 17.5.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​674](https://github.com/helmfile/helmfile-action/pull/674) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 8.58.1 to 8.58.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​676](https://github.com/helmfile/helmfile-action/pull/676) - build(deps-dev): bump typescript from 6.0.2 to 6.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​679](https://github.com/helmfile/helmfile-action/pull/679) - build(deps-dev): bump [@​swc/core](https://github.com/swc/core) from 1.15.24 to 1.15.30 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​680](https://github.com/helmfile/helmfile-action/pull/680) - build(deps-dev): bump prettier from 3.8.2 to 3.8.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​677](https://github.com/helmfile/helmfile-action/pull/677) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.58.1 to 8.58.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​675](https://github.com/helmfile/helmfile-action/pull/675) **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/47 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 add696c..2e60b31 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@8676eae58f17e6232c519147a0729f5f3d67a8a0 # v2.4.2 + uses: helmfile/helmfile-action@02671705b1dda1dc4b0a4ddd4f9f1ea8f4568c6f # v2.4.3 with: helmfile-args: apply diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ab0c1f3..42a249f 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@8676eae58f17e6232c519147a0729f5f3d67a8a0 # v2.4.2 + uses: helmfile/helmfile-action@02671705b1dda1dc4b0a4ddd4f9f1ea8f4568c6f # v2.4.3 with: helmfile-args: diff