This repository was archived by the owner on Mar 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ REPOSITORY ?= $(REGISTRY)/charts
1919
2020.PHONY : helm
2121helm :
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
2525package : helm
Original file line number Diff line number Diff line change 11kustomize 4.5.4
2- helm 4.1.1
2+ helm 4.1.3
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments