From 2c044a40f1dc6fab0128e9ce5ddd687279665675 Mon Sep 17 00:00:00 2001 From: Prajyot-Parab Date: Mon, 17 Jul 2023 12:20:20 +0530 Subject: [PATCH] update kubebuilder tools to 1.27.x Signed-off-by: Prajyot-Parab --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 911e19683..29ebebebd 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ PULL_POLICY ?= Always # Set build time variables including version details LDFLAGS := $(shell ./hack/version.sh) -KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.24.1 +KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.27.1 # main controller CORE_IMAGE_NAME ?= cluster-api-ibmcloud-controller