Skip to content

Commit cb94da1

Browse files
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](Azure/setup-helm@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] <support@github.com>
1 parent 95b82f3 commit cb94da1

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/conformance.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
cluster_name: hermes-conformance
2727
config: hack/kind-config.yaml
28-
- uses: azure/setup-helm@v4
28+
- uses: azure/setup-helm@v5
2929
- name: Install cert-manager
3030
run: |
3131
helm repo add jetstack https://charts.jetstack.io
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
cluster_name: hermes-conformance
5252
config: hack/kind-config.yaml
53-
- uses: azure/setup-helm@v4
53+
- uses: azure/setup-helm@v5
5454
- name: Install cert-manager
5555
run: |
5656
helm repo add jetstack https://charts.jetstack.io
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@v4
7272
- uses: actions/setup-go@v6
7373
with: { go-version: "1.24" }
74-
- uses: azure/setup-helm@v4
74+
- uses: azure/setup-helm@v5
7575
- env:
7676
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
run: make conformance-upgrade
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
cluster_name: hermes-conformance
9090
config: hack/kind-config.yaml
91-
- uses: azure/setup-helm@v4
91+
- uses: azure/setup-helm@v5
9292
- name: Install cert-manager
9393
run: |
9494
helm repo add jetstack https://charts.jetstack.io
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
cluster_name: hermes-conformance
115115
config: hack/kind-config.yaml
116-
- uses: azure/setup-helm@v4
116+
- uses: azure/setup-helm@v5
117117
- name: Install cert-manager
118118
run: |
119119
helm repo add jetstack https://charts.jetstack.io

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
cluster_name: hermes-operator-e2e
2020
config: hack/kind-config.yaml
21-
- uses: azure/setup-helm@v4
21+
- uses: azure/setup-helm@v5
2222
- name: Install cert-manager
2323
run: |
2424
helm repo add jetstack https://charts.jetstack.io

.github/workflows/helm-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-go@v6
1212
with: { go-version: "1.26" }
13-
- uses: azure/setup-helm@v4
13+
- uses: azure/setup-helm@v5
1414
- run: sudo snap install yq
1515
- run: bash hack/check-helm-rbac.sh
1616
bundle-rbac:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
password: ${{ secrets.GITHUB_TOKEN }}
116116

117117
- name: Install Helm
118-
uses: azure/setup-helm@v4
118+
uses: azure/setup-helm@v5
119119
with:
120120
version: latest
121121

0 commit comments

Comments
 (0)