Skip to content

Commit

Permalink
Merge pull request #211 from alculquicondor/release-0.1-update
Browse files Browse the repository at this point in the history
Match release-0.1 tags in manifests
  • Loading branch information
k8s-ci-robot authored Apr 12, 2022
2 parents 52648fe + 1eb2902 commit 0c245c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ ifndef ignore-not-found
ignore-not-found = false
endif

clean-manifests = (cd config/manager && $(KUSTOMIZE) edit set image controller=gcr.io/k8s-staging-kueue/kueue:main)
clean-manifests = (cd config/manager && $(KUSTOMIZE) edit set image controller=gcr.io/k8s-staging-kueue/kueue:release-0.1)

.PHONY: install
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kind: Kustomization
images:
- name: controller
newName: gcr.io/k8s-staging-kueue/kueue
newTag: main
newTag: release-0.1

0 comments on commit 0c245c0

Please sign in to comment.