We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12209b commit 75c2c45Copy full SHA for 75c2c45
hack/e2e-util.sh
@@ -23,10 +23,10 @@ export KUTTL_VERSION=0.15.0
23
DUMP_LOGS="true"
24
25
# 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"
+export KUBEFLOW_VERSION=v1.8.1
+export IMAGE_KUBEFLOW_OPERATOR="docker.io/kubeflow/training-operator:v1-5170a36"
28
29
-export KUBERAY_VERSION=1.1.0
+export KUBERAY_VERSION=1.1.1
30
export IMAGE_KUBERAY_OPERATOR="quay.io/kuberay/operator:v1.1.1"
31
32
export JOBSET_VERSION=v0.7.3
0 commit comments