From 75c2c45384d991f7efc3d713627b5af6d50add93 Mon Sep 17 00:00:00 2001 From: David Grove Date: Mon, 3 Mar 2025 17:58:41 -0500 Subject: [PATCH] adjust versions of kuberay and kfo used in ci to align with kueue 0.10 --- hack/e2e-util.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/e2e-util.sh b/hack/e2e-util.sh index 74a225a..d0c9f6b 100755 --- a/hack/e2e-util.sh +++ b/hack/e2e-util.sh @@ -23,10 +23,10 @@ export KUTTL_VERSION=0.15.0 DUMP_LOGS="true" # These must be kept in synch -- we pull and load the image to mitigate dockerhub rate limits -export KUBEFLOW_VERSION=v1.7.0 -export IMAGE_KUBEFLOW_OPERATOR="docker.io/kubeflow/training-operator:v1-855e096" +export KUBEFLOW_VERSION=v1.8.1 +export IMAGE_KUBEFLOW_OPERATOR="docker.io/kubeflow/training-operator:v1-5170a36" -export KUBERAY_VERSION=1.1.0 +export KUBERAY_VERSION=1.1.1 export IMAGE_KUBERAY_OPERATOR="quay.io/kuberay/operator:v1.1.1" export JOBSET_VERSION=v0.7.3