Skip to content

Commit 2dc1352

Browse files
committed
kueue rc images only available from staging-images
1 parent 4cd86a2 commit 2dc1352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/kueue-config/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ resources:
66

77
images:
88
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
9-
newName: registry.k8s.io/kueue/kueue
9+
# TEMP -- disable rename when using an RC build
10+
# newName: registry.k8s.io/kueue/kueue
1011
newTag: v0.11.0-rc.0
1112

1213
patches:

0 commit comments

Comments
 (0)