From c896071ee332b1f34372ae4e32988073a99780aa Mon Sep 17 00:00:00 2001 From: Muneebstakater Date: Tue, 24 May 2022 12:33:37 +0500 Subject: [PATCH] Updating make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4bd9d22..f5a3c89e 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ controller-gen: ## Download controller-gen locally if necessary. 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.4) # go-get-tool will 'go get' any package $2 and install it to $1. PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))