From c6727177f2f8e1114cb0d11b5333e03d1ba9d95c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:16:46 +0000 Subject: [PATCH] Update dependency helm to v3.21.3 --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 40aeb6f..fdee831 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -26,7 +26,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v5 with: - version: v3.13.2 + version: v3.21.3 - name: Run chart-releaser uses: helm/chart-releaser-action@v1.7.0