From b2da9f652e9c482bd660cd63724881a7f6e386c7 Mon Sep 17 00:00:00 2001 From: Oscar Utbult Date: Thu, 8 Sep 2022 15:19:01 +0200 Subject: [PATCH] Update kubebuilder envtest (1.24.2 -> 1.25.0) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8da20392ae74..a7847f5370c6 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ export GO111MODULE=on # # Kubebuilder. # -export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.24.2 +export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.25.0 export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?= 60s export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?= 60s