Skip to content

Commit

Permalink
Updates Makefile & Kustomize for Tag main (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Daneyon Hansen <daneyonhansen@gmail.com>
  • Loading branch information
danehans committed Nov 9, 2020
1 parent 8a94714 commit 0c004d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ uninstall: manifests

# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
deploy: manifests
cd config/manager && kustomize edit set image controller=${IMAGE}
cd config/manager && kustomize edit set image controller=${IMAGE}:${VERSION}
kustomize build config/default | kubectl apply -f -

# Generate manifests e.g. CRD, RBAC etc.
Expand Down
1 change: 1 addition & 0 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: docker.io/projectcontour/contour-operator
newTag: main

0 comments on commit 0c004d1

Please sign in to comment.