File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ TAGS :=
31
31
LDFLAGS := "-w -s -X 'main.version=${VERSION}'"
32
32
33
33
# Image URL to use all building/pushing image targets
34
- CONTROLLER_IMG ?= ibmcloud-cluster-api- controller
35
- CLUSTERCTL_IMG ?= ibmcloud-cluster-api- clusterctl
34
+ CONTROLLER_IMG ?= controller
35
+ CLUSTERCTL_IMG ?= clusterctl
36
36
VERSION ?= $(shell git describe --exact-match 2> /dev/null || \
37
37
git describe --match=$(git rev-parse --short=8 HEAD ) --always --dirty --abbrev=8)
38
38
REGISTRY ?= quay.io/cluster-api-provider-ibmcloud
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
# Change the value of image field below to your controller image URL
11
- - image : k8scloudprovider/ibmcloud- cluster-api-controller:latest
11
+ - image : quay.io/ cluster-api-provider-ibmcloud/ controller:latest
12
12
name : manager
Original file line number Diff line number Diff line change 55
55
operator : Exists
56
56
containers :
57
57
- name : ibmcloud-machine-controller
58
- image : quay.io/cluster-api-provider-ibmcloud/ibmcloud-cluster-api- controller:latest
58
+ image : quay.io/cluster-api-provider-ibmcloud/controller:latest
59
59
env :
60
60
- name : POD_NAMESPACE
61
61
valueFrom :
You can’t perform that action at this time.
0 commit comments