File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ export IMAGE_KUBEFLOW_OPERATOR="docker.io/kubeflow/training-operator:v1-5170a36"
2929export KUBERAY_VERSION=1.1.1
3030export IMAGE_KUBERAY_OPERATOR=" quay.io/kuberay/operator:v1.1.1"
3131
32- export JOBSET_VERSION=v0.7.3
33- export IMAGE_JOBSET_OPERATOR=" registry.k8s.io/jobset/jobset:v0.7.3 "
32+ export JOBSET_VERSION=v0.11.1
33+ export IMAGE_JOBSET_OPERATOR=" registry.k8s.io/jobset/jobset:v0.11.1 "
3434
3535# These are small images used by the e2e tests.
3636# Pull and kind load to avoid long delays during testing
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - " https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.16.1 "
5+ - " https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.16.4 "
66
77images :
88- name : us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
99 newName : registry.k8s.io/kueue/kueue
10- newTag : v0.16.1
10+ newTag : v0.16.4
1111
1212patches :
1313- target :
You can’t perform that action at this time.
0 commit comments