From d049ff7a3665d17465fc223a9fd784498e6ebd0e Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Tue, 16 Jan 2024 14:28:03 +0100 Subject: [PATCH] Bump kubebuilder to 1.29.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 113c736bbd47..343ed68bb55a 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ export GO111MODULE=on # # Kubebuilder. # -export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.28.0 +export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.29.0 export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?= 60s export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?= 60s