diff --git a/Makefile b/Makefile index aac74bf..288614c 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi KUSTOMIZE = $(shell pwd)/bin/kustomize kustomize: ## Download kustomize locally if necessary. - $(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v3@v3.8.7) + $(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v4@v4.5.2) GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint golangci-lint: ## Download golangci-lint locally if necessary.