Skip to content

Commit 0c6415d

Browse files
kustomize v5.2.1 linux s390x
1 parent 081359d commit 0c6415d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ ifeq (,$(shell which kustomize 2>/dev/null))
128128
@{ \
129129
set -e ;\
130130
mkdir -p $(dir $(KUSTOMIZE)) ;\
131-
curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v3.5.4/kustomize_v3.5.4_$(OS)_$(ARCH).tar.gz | \
131+
curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.2.1/kustomize_v5.2.1_$(OS)_$(ARCH).tar.gz | \
132132
tar xzf - -C bin/ ;\
133133
}
134134
else

0 commit comments

Comments
 (0)