Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hack/e2e-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading