From 74b7c0d48184a7be5a1babc558628e0385bdae0b 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 981c81739d4a..e4172d16c715 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