Skip to content

Commit

Permalink
test(deps): update dependency helmfile to v0.166.0 (#2858)
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 Jun 28, 2024
1 parent 35b92d3 commit eba5162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN install-tool golang 1.22.4
RUN install-tool helm v3.15.2

# renovate: datasource=github-releases packageName=helmfile/helmfile
RUN install-tool helmfile v0.165.0
RUN install-tool helmfile v0.166.0

# renovate: datasource=github-releases packageName=kubernetes-sigs/kustomize
RUN install-tool kustomize 5.4.2
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN install-tool golang 1.22.4
RUN install-tool helm v3.15.2

# renovate: datasource=github-releases packageName=helmfile/helmfile
RUN install-tool helmfile v0.165.0
RUN install-tool helmfile v0.166.0

# renovate: datasource=github-releases packageName=kubernetes-sigs/kustomize
RUN install-tool kustomize 5.4.2
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN install-tool git-lfs v3.5.1
FROM base as test-helmfile

# renovate: datasource=github-releases packageName=helmfile/helmfile
RUN install-tool helmfile v0.165.0
RUN install-tool helmfile v0.166.0

#--------------------------------------
# Image: kustomize
Expand Down

0 comments on commit eba5162

Please sign in to comment.