From 6de0c86cb2457d244aefb5f05bf08c830170d8e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:40:43 +0000 Subject: [PATCH] chore(deps): update dependency helm to v3.22.0 --- .github/workflows/helmchart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helmchart.yaml b/.github/workflows/helmchart.yaml index 64105f2d..33f65745 100644 --- a/.github/workflows/helmchart.yaml +++ b/.github/workflows/helmchart.yaml @@ -24,7 +24,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v5.0.0 with: - version: v3.8.1 + version: v3.22.0 - name: Run chart-releaser uses: helm/chart-releaser-action@v1.7.0