Skip to content

Commit

Permalink
test(deps): update dependency vendir to v0.41.1 (#3193)
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 3, 2024
1 parent 99e1436 commit 0ec4cd2
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 @@ -111,7 +111,7 @@ RUN install-tool terraform 1.9.5
RUN install-tool jb v0.6.0

# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-vendir
RUN install-tool vendir v0.41.0
RUN install-tool vendir v0.41.1

#--------------------------------------
# Image: test-erlang
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ RUN install-tool skopeo 1.16.1
RUN install-tool sops v3.9.0

# renovate: datasource=github-releases depName=vendir packageName=vmware-tanzu/carvel-vendir
ARG VENDIR_VERSION=0.41.0
ARG VENDIR_VERSION=0.41.1

# renovate: datasource=github-releases depName=helmfile packageName=helmfile/helmfile
ARG HELMFILE_VERSION=0.167.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 @@ -110,7 +110,7 @@ RUN install-tool terraform 1.9.5
FROM base AS test-vendir

# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-vendir
RUN install-tool vendir v0.41.0
RUN install-tool vendir v0.41.1

#--------------------------------------
# Image: others
Expand Down

0 comments on commit 0ec4cd2

Please sign in to comment.