Skip to content

Commit

Permalink
bump kueue from 0.8.1 to 0.8.2 for vanilla k8s installs (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Nov 4, 2024
1 parent 15b2faa commit 7b81456
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.1"
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.2"

labels:
- pairs:
Expand All @@ -20,9 +20,9 @@ configMapGenerator:
- controller_manager_config.yaml

images:
- name: gcr.io/k8s-staging-kueue/kueue
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
newName: registry.k8s.io/kueue/kueue
newTag: v0.8.1
newTag: v0.8.2

patches:
- path: manager_resources_patch.yaml
Expand Down
6 changes: 3 additions & 3 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.1"
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.2"

labels:
- pairs:
Expand All @@ -20,9 +20,9 @@ configMapGenerator:
- controller_manager_config.yaml

images:
- name: gcr.io/k8s-staging-kueue/kueue
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
newName: registry.k8s.io/kueue/kueue
newTag: v0.8.1
newTag: v0.8.2

patches:
- path: manager_resources_patch.yaml
Expand Down

0 comments on commit 7b81456

Please sign in to comment.