From bc9419ad5854502c339733b0f5bd3acae5933b1c Mon Sep 17 00:00:00 2001 From: Wenqi Qiu Date: Fri, 5 Jul 2024 14:08:42 +0800 Subject: [PATCH] Update makefile Signed-off-by: Wenqi Qiu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 643127c06..ab698bf39 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi CONTROLLER_GEN = $(shell pwd)/bin/controller-gen .PHONY: controller-gen controller-gen: ## Download controller-gen locally if necessary. - $(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.0) + $(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0) KUSTOMIZE = $(shell pwd)/bin/kustomize .PHONY: kustomize