From f1bf79977f0cadee711e6b8ad5a1e358b4574364 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Mar 2026 11:02:36 +0000 Subject: [PATCH] chore(deps): update helmfile/helmfile-action action to v2.4.0 --- .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 2e1e5e5..72a1459 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@c58e4737b8a69764d8294a70fcbcb0a63573dae9 # v2.3.1 + uses: helmfile/helmfile-action@99b1d18ad3989701cf26a54e65baf4a3ee8156b0 # v2.4.0 with: helmfile-args: apply diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index d5293fe..6c3348a 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@c58e4737b8a69764d8294a70fcbcb0a63573dae9 # v2.3.1 + uses: helmfile/helmfile-action@99b1d18ad3989701cf26a54e65baf4a3ee8156b0 # v2.4.0 with: helmfile-args: diff