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 :=
3131LDFLAGS := "-w -s -X 'main.version=${VERSION}'"
3232
3333# 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
3636VERSION ?= $(shell git describe --exact-match 2> /dev/null || \
3737 git describe --match=$(git rev-parse --short=8 HEAD ) --always --dirty --abbrev=8)
3838REGISTRY ?= quay.io/cluster-api-provider-ibmcloud
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 # 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
1212 name : manager
Original file line number Diff line number Diff line change 5555 operator : Exists
5656 containers :
5757 - 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
5959 env :
6060 - name : POD_NAMESPACE
6161 valueFrom :
You can’t perform that action at this time.
0 commit comments