Skip to content

Commit 68eec8f

Browse files
committed
use kueue 0.12-rc.0 in CI tests
1 parent 1a6c764 commit 68eec8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/kueue-config/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.11.4"
5+
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.12.0-rc.0"
66

77
images:
88
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
9-
newName: registry.k8s.io/kueue/kueue
10-
newTag: v0.11.4
9+
# newName: registry.k8s.io/kueue/kueue
10+
newTag: v0.12.0-rc.0
1111

1212
patches:
1313
- target:

0 commit comments

Comments
 (0)