Skip to content

Commit 06389e4

Browse files
committed
update KUSTOMIZE version in Makefile
1 parent c3112c7 commit 06389e4

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
@@ -86,7 +86,7 @@ controller-gen: ## Download controller-gen locally if necessary.
8686

8787
KUSTOMIZE = $(shell pwd)/bin/kustomize
8888
kustomize: ## Download kustomize locally if necessary.
89-
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
89+
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v4@latest)
9090

9191
# go-get-tool will 'go install' any package $2 and install it to $1.
9292
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))

0 commit comments

Comments
 (0)