From 2e0a5f3fe9455ca21da0a70ca5d6747f20522f13 Mon Sep 17 00:00:00 2001 From: Colvin-Y Date: Mon, 15 Jul 2024 20:18:03 +0800 Subject: [PATCH] bump kustomize to v4@v4.5.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.