Skip to content

Commit 57a71e0

Browse files
committed
Fix sanity-tests
1 parent 9c82fc3 commit 57a71e0

File tree

1 file changed

+1
-1
lines changed
  • testdata/memcached-molecule-operator

1 file changed

+1
-1
lines changed

testdata/memcached-molecule-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ifeq (,$(shell which kustomize 2>/dev/null))
8181
@{ \
8282
set -e ;\
8383
mkdir -p $(dir $(KUSTOMIZE)) ;\
84-
curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.2.1/kustomize_v5.2.1_$(OS)_$(ARCH).tar.gz | \
84+
curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.3.0/kustomize_v5.3.0_$(OS)_$(ARCH).tar.gz | \
8585
tar xzf - -C bin/ ;\
8686
}
8787
else

0 commit comments

Comments
 (0)