From ab88156c53baae34f9c7e5a111f688518fb6bb57 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 16 May 2026 10:04:20 +0000 Subject: [PATCH] chore(deps): update helmfile/helmfile-action action to v2.4.4 --- .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 409ff23..cf0f6a9 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -130,7 +130,7 @@ jobs: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy Helm - uses: helmfile/helmfile-action@02671705b1dda1dc4b0a4ddd4f9f1ea8f4568c6f # v2.4.3 + uses: helmfile/helmfile-action@f6f7844b9e6d9f5ac8cf4cdae8ada1a42755c036 # v2.4.4 with: helmfile-args: apply env: ${{ fromJSON(inputs.helmfile_env) }} diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index cd99761..9633778 100644 --- a/.gitea/workflows/validate.yaml +++ b/.gitea/workflows/validate.yaml @@ -95,7 +95,7 @@ jobs: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} - name: Validate Helm - uses: helmfile/helmfile-action@02671705b1dda1dc4b0a4ddd4f9f1ea8f4568c6f # v2.4.3 + uses: helmfile/helmfile-action@f6f7844b9e6d9f5ac8cf4cdae8ada1a42755c036 # v2.4.4 with: helmfile-args: diff env: ${{ fromJSON(inputs.helmfile_env) }}