Skip to content

Commit

Permalink
test(deps): update dependency helmfile to v0.164.0 (#2572)
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 May 2, 2024
1 parent 85c30f3 commit f1d5ae6
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 @@ -66,7 +66,7 @@ RUN install-tool golang 1.22.2
RUN install-tool helm v3.14.4

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

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

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

# renovate: datasource=github-releases packageName=kubernetes-sigs/kustomize
RUN install-tool kustomize 5.4.1
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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.163.1
RUN install-tool helmfile v0.164.0

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

0 comments on commit f1d5ae6

Please sign in to comment.