From 4895ca501fd8eacd88a63b5e50faacb1e385f735 Mon Sep 17 00:00:00 2001 From: Traian Schiau Date: Fri, 7 Jul 2023 16:44:05 +0300 Subject: [PATCH 1/2] Change `main` references to `release-0.4` --- Makefile | 2 +- README.md | 2 +- config/components/manager/kustomization.yaml | 2 +- hack/e2e-test.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8a86df559d..421b3ad367 100644 --- a/Makefile +++ b/Makefile @@ -225,7 +225,7 @@ ifndef ignore-not-found ignore-not-found = false endif -clean-manifests = (cd config/components/manager && $(KUSTOMIZE) edit set image controller=gcr.io/k8s-staging-kueue/kueue:main) +clean-manifests = (cd config/components/manager && $(KUSTOMIZE) edit set image controller=gcr.io/k8s-staging-kueue/kueue:release-0.4) .PHONY: install install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config. diff --git a/README.md b/README.md index fabff67e2a..d6f9d166f2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Read the [overview](https://kueue.sigs.k8s.io/docs/overview/) to learn more. To install the latest release of Kueue in your cluster, run the following command: ```shell -kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.3.2/manifests.yaml +kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.4.0/manifests.yaml ``` The controller runs in the `kueue-system` namespace. diff --git a/config/components/manager/kustomization.yaml b/config/components/manager/kustomization.yaml index b7b7487da3..0257db8e32 100644 --- a/config/components/manager/kustomization.yaml +++ b/config/components/manager/kustomization.yaml @@ -17,4 +17,4 @@ kind: Kustomization images: - name: controller newName: gcr.io/k8s-staging-kueue/kueue - newTag: main + newTag: v0.4.0 diff --git a/hack/e2e-test.sh b/hack/e2e-test.sh index f59b139f67..6e6edcaafd 100755 --- a/hack/e2e-test.sh +++ b/hack/e2e-test.sh @@ -36,7 +36,7 @@ function cleanup { kubectl describe pods -n kueue-system > $ARTIFACTS/kueue-system-pods.log || true $KIND delete cluster --name $KIND_CLUSTER_NAME fi - (cd config/components/manager && $KUSTOMIZE edit set image controller=gcr.io/k8s-staging-kueue/kueue:main) + (cd config/components/manager && $KUSTOMIZE edit set image controller=gcr.io/k8s-staging-kueue/kueue:realease-0.4) } function startup { From 93f46d7a3c488524807521dace75daecaacf466c Mon Sep 17 00:00:00 2001 From: Traian Schiau Date: Fri, 7 Jul 2023 16:51:31 +0300 Subject: [PATCH 2/2] Update config/components/manager/kustomization.yaml Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com> --- config/components/manager/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/components/manager/kustomization.yaml b/config/components/manager/kustomization.yaml index 0257db8e32..37b8c97b73 100644 --- a/config/components/manager/kustomization.yaml +++ b/config/components/manager/kustomization.yaml @@ -17,4 +17,4 @@ kind: Kustomization images: - name: controller newName: gcr.io/k8s-staging-kueue/kueue - newTag: v0.4.0 + newTag: release-0.4