From b541bd4ca167d23188c600287a42b948c5efd20b Mon Sep 17 00:00:00 2001 From: Satyam Gupta Date: Tue, 30 Jul 2024 11:46:39 +0530 Subject: [PATCH] Update ENVTEST_K8S_VERSION for s390x Signed-off-by: root --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2594469a..bb0f7fba 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets IMG ?= quay.io/${USER}/odh-model-controller:latest # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -ENVTEST_K8S_VERSION = 1.26 +ENVTEST_K8S_VERSION = 1.29 ENGINE ?= docker