Skip to content

Commit

Permalink
change the default controller image name
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Mar 12, 2020
1 parent 86c4549 commit 098a99b
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
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
IMG ?= controller:latest
IMG ?= goharbor/harbor-operator:dev

SHELL = /bin/sh

Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- /manager
args:
- --enable-leader-election
image: controller:latest
image: goharbor/harbor-operator:dev
name: manager
resources:
limits:
Expand Down

0 comments on commit 098a99b

Please sign in to comment.