From c91cd6e5fd19539808f31f3c3369e95cb59a542e Mon Sep 17 00:00:00 2001 From: Vladimir Andjelkoski Date: Thu, 10 Oct 2024 13:09:10 +0200 Subject: [PATCH] chore: Test with k8s v1.30.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62bd227ef..6ebd63f3b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets IMG ?= controller:latest # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -ENVTEST_K8S_VERSION = 1.29.4 +ENVTEST_K8S_VERSION = 1.30.0 JV_VERSION = v0.5.0 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)