Skip to content

Commit fffff8d

Browse files
test(deps): update dependency helm to v3.18.3
1 parent a11c2ea commit fffff8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN install-tool gleam 1.10.0
7878
RUN install-tool golang 1.24.4
7979

8080
# renovate: datasource=github-releases packageName=helm/helm
81-
RUN install-tool helm v3.18.1
81+
RUN install-tool helm v3.18.3
8282

8383
# renovate: datasource=github-releases packageName=helmfile/helmfile
8484
RUN install-tool helmfile v1.1.0

test/helm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ARG CONTAINERBASE_DEBUG
3232
ARG CONTAINERBASE_LOG_LEVEL
3333

3434
# renovate: datasource=github-releases depName=helm packageName=helm/helm
35-
ARG HELM_VERSION=3.18.1
35+
ARG HELM_VERSION=3.18.3
3636

3737
#------------------------------------------------------------------
3838
# testa: install helm AS root, run AS both

test/helm/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838
FROM base AS test-helm
3939

4040
# renovate: datasource=github-releases packageName=helm/helm
41-
RUN install-tool helm v3.18.1
41+
RUN install-tool helm v3.18.3
4242

4343
#--------------------------------------
4444
# Image: final

0 commit comments

Comments
 (0)