From 601f1b5122b8a1cb0b5fd1bf8222d6d1d8ebac21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:33:04 +0000 Subject: [PATCH 1/2] chore(deps): update azure/setup-helm action to v5 --- .github/workflows/helmchart.yaml | 2 +- .github/workflows/images.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helmchart.yaml b/.github/workflows/helmchart.yaml index 2b44d0f4..9ec4cb77 100644 --- a/.github/workflows/helmchart.yaml +++ b/.github/workflows/helmchart.yaml @@ -22,7 +22,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 with: version: v3.8.1 diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index e0714f4c..0887303c 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -22,7 +22,7 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: azure/setup-helm@v4.3.1 + - uses: azure/setup-helm@v5.0.0 - name: Push artifacts run: PUSH=true hack/push-artifacts.sh ghcr.io/stackitcloud/yawol/yawol-controller build: From f8ebc3f0b8bffaa071f89baf7f3c171877bd27d6 Mon Sep 17 00:00:00 2001 From: Maximilian Geberl Date: Tue, 24 Mar 2026 07:16:10 +0100 Subject: [PATCH 2/2] use same version for setup-helm --- .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 9ec4cb77..64105f2d 100644 --- a/.github/workflows/helmchart.yaml +++ b/.github/workflows/helmchart.yaml @@ -22,7 +22,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@v5 + uses: azure/setup-helm@v5.0.0 with: version: v3.8.1