Skip to content

Commit

Permalink
test(deps): update dependency helmfile to v0.170.1 (main) (#3974)
Browse files Browse the repository at this point in the history
test(deps): update dependency helmfile to v0.170.1

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent cf7830a commit 9cef94c
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 @@ -81,7 +81,7 @@ RUN install-tool golang 1.23.5
RUN install-tool helm v3.17.0

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

# renovate: datasource=github-releases packageName=kubernetes/kubernetes
RUN install-tool kubectl v1.32.1
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ RUN install-tool protoc 29.2
ARG VENDIR_VERSION=0.43.0

# renovate: datasource=github-releases depName=helmfile packageName=helmfile/helmfile
ARG HELMFILE_VERSION=0.170.0
ARG HELMFILE_VERSION=0.170.1

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

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

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

0 comments on commit 9cef94c

Please sign in to comment.