From 6ac4afaf73a8fb978aa8c159848cb0d8fe5a7127 Mon Sep 17 00:00:00 2001 From: Wen Zhou Date: Thu, 8 Aug 2024 02:33:30 -0400 Subject: [PATCH] chore: uplift kustomize version for match the one from kyaml - this kustomize is internal used for Operator to generate manifests and bundle - it does not mean we have converted all component manifests to v5 Signed-off-by: Wen Zhou --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fb3eff527f..0fc6e232c51 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs YQ ?= $(LOCALBIN)/yq ## Tool Versions -KUSTOMIZE_VERSION ?= v3.8.7 +KUSTOMIZE_VERSION ?= v5.0.2 CONTROLLER_GEN_VERSION ?= v0.9.2 OPERATOR_SDK_VERSION ?= v1.31.0 GOLANGCI_LINT_VERSION ?= v1.59.1