Skip to content

Commit

Permalink
test(deps): update dependency helm to v3.16.1 (#3244)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 0e6de27 commit 3e61c89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 3e61c89

Please # to comment.