Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 9cb69b0

Browse files
authored
CI: Update Helm to v4.1.3. (#14690)
1 parent e9c8e49 commit 9cb69b0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Helm
3131
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
3232
with:
33-
version: v4.1.1
33+
version: v4.1.3
3434

3535
- name: Set up Helm Chart Testing
3636
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
- name: Set up Helm
226226
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
227227
with:
228-
version: v4.1.1
228+
version: v4.1.3
229229

230230
- name: Set up Helm Chart Testing
231231
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f

charts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REPOSITORY ?= $(REGISTRY)/charts
1919

2020
.PHONY: helm
2121
helm:
22-
command -v helm || go install helm.sh/helm/v4/cmd/helm@v4.1.1
22+
command -v helm || go install helm.sh/helm/v4/cmd/helm@v4.1.3
2323

2424
.PHONY: package
2525
package: helm

hack/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kustomize 4.5.4
2-
helm 4.1.1
2+
helm 4.1.3

images/test-runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ build: builder
4343
--build-arg CHART_TESTING_VERSION=3.8.0 \
4444
--build-arg YAML_LINT_VERSION=1.33.0 \
4545
--build-arg YAMALE_VERSION=4.0.4 \
46-
--build-arg HELM_VERSION=4.1.1 \
46+
--build-arg HELM_VERSION=4.1.3 \
4747
--build-arg GINKGO_VERSION=2.28.1 \
4848
--build-arg GOLINT_VERSION=latest \
4949
rootfs \

0 commit comments

Comments
 (0)