From cb94da1f7f77bb80a667c1c62edf5bc946ef6065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:25:27 +0000 Subject: [PATCH] chore(deps): Bump azure/setup-helm from 4 to 5 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4 to 5. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/v4...v5) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/conformance.yaml | 10 +++++----- .github/workflows/e2e.yaml | 2 +- .github/workflows/helm-rbac.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index a05da49..02c043c 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -25,7 +25,7 @@ jobs: with: cluster_name: hermes-conformance config: hack/kind-config.yaml - - uses: azure/setup-helm@v4 + - uses: azure/setup-helm@v5 - name: Install cert-manager run: | helm repo add jetstack https://charts.jetstack.io @@ -50,7 +50,7 @@ jobs: with: cluster_name: hermes-conformance config: hack/kind-config.yaml - - uses: azure/setup-helm@v4 + - uses: azure/setup-helm@v5 - name: Install cert-manager run: | helm repo add jetstack https://charts.jetstack.io @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v6 with: { go-version: "1.24" } - - uses: azure/setup-helm@v4 + - uses: azure/setup-helm@v5 - env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: make conformance-upgrade @@ -88,7 +88,7 @@ jobs: with: cluster_name: hermes-conformance config: hack/kind-config.yaml - - uses: azure/setup-helm@v4 + - uses: azure/setup-helm@v5 - name: Install cert-manager run: | helm repo add jetstack https://charts.jetstack.io @@ -113,7 +113,7 @@ jobs: with: cluster_name: hermes-conformance config: hack/kind-config.yaml - - uses: azure/setup-helm@v4 + - uses: azure/setup-helm@v5 - name: Install cert-manager run: | helm repo add jetstack https://charts.jetstack.io diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index de8c7d3..3c4c72f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -18,7 +18,7 @@ jobs: with: cluster_name: hermes-operator-e2e config: hack/kind-config.yaml - - uses: azure/setup-helm@v4 + - uses: azure/setup-helm@v5 - name: Install cert-manager run: | helm repo add jetstack https://charts.jetstack.io diff --git a/.github/workflows/helm-rbac.yaml b/.github/workflows/helm-rbac.yaml index b71be62..d75399e 100644 --- a/.github/workflows/helm-rbac.yaml +++ b/.github/workflows/helm-rbac.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v6 with: { go-version: "1.26" } - - uses: azure/setup-helm@v4 + - uses: azure/setup-helm@v5 - run: sudo snap install yq - run: bash hack/check-helm-rbac.sh bundle-rbac: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ae9d42..54da5e2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -115,7 +115,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 with: version: latest