Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

test(deps): update dependency helm to v3.16.1 #3244

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN install-tool gleam 1.4.1
RUN install-tool golang 1.23.1

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.16.0
RUN install-tool helm v3.16.1

# renovate: datasource=github-releases packageName=helmfile/helmfile
RUN install-tool helmfile v0.168.0
Expand Down
2 changes: 1 addition & 1 deletion test/helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG CONTAINERBASE_DEBUG
ARG CONTAINERBASE_LOG_LEVEL

# renovate: datasource=github-releases depName=helm packageName=helm/helm
ARG HELM_VERSION=3.16.0
ARG HELM_VERSION=3.16.1

#------------------------------------------------------------------
# testa: install helm AS root, run AS both
Expand Down
2 changes: 1 addition & 1 deletion test/helm/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-helm

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.16.0
RUN install-tool helm v3.16.1

#--------------------------------------
# Image: final
Expand Down