From aad3143306c7f76c02b5781748fc3076d1eaa233 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:33:12 +0000 Subject: [PATCH] Update dependency helm to v3.21.3 --- .github/actions/helm-local/action.yml | 2 +- .github/actions/helm-test/action.yml | 2 +- .github/workflows/helm-remote.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/helm-local/action.yml b/.github/actions/helm-local/action.yml index 16b172e0..249950f3 100644 --- a/.github/actions/helm-local/action.yml +++ b/.github/actions/helm-local/action.yml @@ -21,7 +21,7 @@ runs: - name: Install Helm uses: azure/setup-helm@v4 with: - version: 3.9.0 + version: 3.21.3 - name: Cache dependencies uses: actions/cache@v4 diff --git a/.github/actions/helm-test/action.yml b/.github/actions/helm-test/action.yml index c73e8e1f..b8c701cc 100644 --- a/.github/actions/helm-test/action.yml +++ b/.github/actions/helm-test/action.yml @@ -15,7 +15,7 @@ runs: - name: Install Helm uses: azure/setup-helm@v4 with: - version: 3.9.0 + version: 3.21.3 - name: Cache dependencies uses: actions/cache@v4 diff --git a/.github/workflows/helm-remote.yml b/.github/workflows/helm-remote.yml index 51e77388..9b99e20f 100644 --- a/.github/workflows/helm-remote.yml +++ b/.github/workflows/helm-remote.yml @@ -53,7 +53,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v4 with: - version: v3.8.1 + version: v3.21.3 - name: Add dependencies uses: WyriHaximus/github-action-helm3@v4 with: