Skip to content

Commit 5cc79d1

Browse files
authored
Merge pull request #958 from epam/update-refs-to-0-4
Change `main` references to `release-0.4`
2 parents 2e426c3 + 93f46d7 commit 5cc79d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ ifndef ignore-not-found
225225
ignore-not-found = false
226226
endif
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
231231
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Read the [overview](https://kueue.sigs.k8s.io/docs/overview/) to learn more.
3838
To 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

4444
The controller runs in the `kueue-system` namespace.

config/components/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ kind: Kustomization
1717
images:
1818
- name: controller
1919
newName: gcr.io/k8s-staging-kueue/kueue
20-
newTag: main
20+
newTag: release-0.4

hack/e2e-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4242
function startup {

0 commit comments

Comments
 (0)