Skip to content

Commit 7596c7b

Browse files
test(deps): update dependency helm to v3.18.6 (main) (#4882)
test(deps): update dependency helm to v3.18.6 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55e06e0 commit 7596c7b

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.12.0
7878
RUN install-tool golang 1.24.6
7979

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

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

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.5
35+
ARG HELM_VERSION=3.18.6
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.5
41+
RUN install-tool helm v3.18.6
4242

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

0 commit comments

Comments
 (0)