Skip to content

Commit 75c2c45

Browse files
committed
adjust versions of kuberay and kfo used in ci to align with kueue 0.10
1 parent e12209b commit 75c2c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/e2e-util.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export KUTTL_VERSION=0.15.0
2323
DUMP_LOGS="true"
2424

2525
# These must be kept in synch -- we pull and load the image to mitigate dockerhub rate limits
26-
export KUBEFLOW_VERSION=v1.7.0
27-
export IMAGE_KUBEFLOW_OPERATOR="docker.io/kubeflow/training-operator:v1-855e096"
26+
export KUBEFLOW_VERSION=v1.8.1
27+
export IMAGE_KUBEFLOW_OPERATOR="docker.io/kubeflow/training-operator:v1-5170a36"
2828

29-
export KUBERAY_VERSION=1.1.0
29+
export KUBERAY_VERSION=1.1.1
3030
export IMAGE_KUBERAY_OPERATOR="quay.io/kuberay/operator:v1.1.1"
3131

3232
export JOBSET_VERSION=v0.7.3

0 commit comments

Comments
 (0)