From 4df6dbc50569fa6a13d27513209fd47cd731530f Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 16 Jan 2025 15:18:51 -0500 Subject: [PATCH] update Kueue version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66e1de88..8f6ad72b 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION} # KUEUE_VERSION defines the default version of Kueue (used for testing) -KUEUE_VERSION ?= v0.8.3 +KUEUE_VERSION ?= v0.10.0 USE_RHOAI ?= true # KUBERAY_VERSION defines the default version of the KubeRay operator (used for testing)