File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
config/components/manager Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ ifndef ignore-not-found
225225 ignore-not-found = false
226226endif
227227
228- clean-manifests = (cd config/components/manager && $(KUSTOMIZE ) edit set image controller=gcr.io/k8s-staging-kueue/kueue:main )
228+ clean-manifests = (cd config/components/manager && $(KUSTOMIZE ) edit set image controller=gcr.io/k8s-staging-kueue/kueue:release-0.4 )
229229
230230.PHONY : install
231231install : manifests kustomize # # Install CRDs into the K8s cluster specified in ~/.kube/config.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Read the [overview](https://kueue.sigs.k8s.io/docs/overview/) to learn more.
3838To install the latest release of Kueue in your cluster, run the following command:
3939
4040``` shell
41- kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.3.2 /manifests.yaml
41+ kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.4.0 /manifests.yaml
4242```
4343
4444The controller runs in the ` kueue-system ` namespace.
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ kind: Kustomization
1717images :
1818- name : controller
1919 newName : gcr.io/k8s-staging-kueue/kueue
20- newTag : main
20+ newTag : release-0.4
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ function cleanup {
3636 kubectl describe pods -n kueue-system > $ARTIFACTS /kueue-system-pods.log || true
3737 $KIND delete cluster --name $KIND_CLUSTER_NAME
3838 fi
39- (cd config/components/manager && $KUSTOMIZE edit set image controller=gcr.io/k8s-staging-kueue/kueue:main )
39+ (cd config/components/manager && $KUSTOMIZE edit set image controller=gcr.io/k8s-staging-kueue/kueue:realease-0.4 )
4040}
4141
4242function startup {
You can’t perform that action at this time.
0 commit comments