Skip to content

Commit

Permalink
bump kueue from 0.8.2 to 0.8.3 for vanilla k8s installs (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Nov 5, 2024
1 parent 7b81456 commit 5314681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.k8s-v1.27/kueue/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: mlbatch-system

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

labels:
- pairs:
Expand All @@ -22,7 +22,7 @@ configMapGenerator:
images:
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
newName: registry.k8s.io/kueue/kueue
newTag: v0.8.2
newTag: v0.8.3

patches:
- path: manager_resources_patch.yaml
Expand Down
4 changes: 2 additions & 2 deletions setup.k8s-v1.30/kueue/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: mlbatch-system

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

labels:
- pairs:
Expand All @@ -22,7 +22,7 @@ configMapGenerator:
images:
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
newName: registry.k8s.io/kueue/kueue
newTag: v0.8.2
newTag: v0.8.3

patches:
- path: manager_resources_patch.yaml
Expand Down

0 comments on commit 5314681

Please sign in to comment.