Skip to content

Commit

Permalink
test(deps): update dependency helm to v3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent dcf9d1c commit 232c2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN install-tool git-lfs v3.4.1
RUN install-tool golang 1.21.5

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

# renovate: datasource=github-releases packageName=helmfile/helmfile
RUN install-tool helmfile v0.159.0
Expand Down
2 changes: 1 addition & 1 deletion test/helm/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-helm

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

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

0 comments on commit 232c2ed

Please sign in to comment.