From 0ed3e05a7bd071b72afd262a6857368ab21046e6 Mon Sep 17 00:00:00 2001 From: Amir Balaie Date: Fri, 5 Jul 2024 14:54:39 -0700 Subject: [PATCH] chore: Test with k8s v1.29.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 458ac232b..370f8a368 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.28.0 +ENVTEST_K8S_VERSION = 1.29.3 JV_VERSION = v0.5.0 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)