Skip to content

Commit 5314681

Browse files
authored
bump kueue from 0.8.2 to 0.8.3 for vanilla k8s installs (#95)
1 parent 7b81456 commit 5314681

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.k8s-v1.27/kueue/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
namespace: mlbatch-system
55

66
resources:
7-
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.2"
7+
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.3"
88

99
labels:
1010
- pairs:
@@ -22,7 +22,7 @@ configMapGenerator:
2222
images:
2323
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
2424
newName: registry.k8s.io/kueue/kueue
25-
newTag: v0.8.2
25+
newTag: v0.8.3
2626

2727
patches:
2828
- path: manager_resources_patch.yaml

setup.k8s-v1.30/kueue/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
namespace: mlbatch-system
55

66
resources:
7-
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.2"
7+
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.3"
88

99
labels:
1010
- pairs:
@@ -22,7 +22,7 @@ configMapGenerator:
2222
images:
2323
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
2424
newName: registry.k8s.io/kueue/kueue
25-
newTag: v0.8.2
25+
newTag: v0.8.3
2626

2727
patches:
2828
- path: manager_resources_patch.yaml

0 commit comments

Comments
 (0)