From e89fe06fdf961ec881ca39732b559047c5ca1049 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Tue, 27 May 2025 14:37:19 +0200 Subject: [PATCH] Makefile: Bump Kubebuilder to v1.33 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fddda87325..e7e2adc69b 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ export GO111MODULE=on # # Kubebuilder. # -export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.32.0 +export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.33.0 export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?= 60s export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?= 60s