Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN install-tool helmfile v1.1.3
RUN install-tool kubectl v1.33.3

# renovate: datasource=github-releases packageName=kubernetes-sigs/kustomize
RUN install-tool kustomize 5.7.0
RUN install-tool kustomize 5.7.1

# renovate: datasource=datasource=github-releases packageName=containerbase/nix-prebuild
RUN install-tool nix 2.24.10
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ ARG VENDIR_VERSION=v0.44.0
ARG HELMFILE_VERSION=v1.1.3

# renovate: datasource=github-releases depName=kustomize packageName=kubernetes-sigs/kustomize
ARG KUSTOMIZE_VERSION=5.7.0
ARG KUSTOMIZE_VERSION=5.7.1

RUN install-tool vendir "${VENDIR_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN install-tool helmfile v1.1.3
FROM base AS test-kustomize

# renovate: datasource=github-releases packageName=kubernetes-sigs/kustomize
RUN install-tool kustomize 5.7.0
RUN install-tool kustomize 5.7.1

#--------------------------------------
# Image: terraform
Expand Down
Loading