Skip to content

Commit

Permalink
test(deps): update dependency helmfile to v0.168.0 (#3241)
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] authored Sep 12, 2024
1 parent 9e6aab2 commit 24e2b29
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 @@ -78,7 +78,7 @@ RUN install-tool golang 1.23.1
RUN install-tool helm v3.16.0

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

# renovate: datasource=github-releases packageName=kubernetes/kubernetes
RUN install-tool kubectl v1.31.1
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ RUN install-tool sops v3.9.0
ARG VENDIR_VERSION=0.42.0

# renovate: datasource=github-releases depName=helmfile packageName=helmfile/helmfile
ARG HELMFILE_VERSION=0.167.1
ARG HELMFILE_VERSION=0.168.0

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

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

0 comments on commit 24e2b29

Please sign in to comment.