File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ CONTROLLER_IMG ?= ibmcloud-cluster-api-controller
3535CLUSTERCTL_IMG ?= ibmcloud-cluster-api-clusterctl
3636VERSION ?= $(shell git describe --exact-match 2> /dev/null || \
3737 git describe --match=$(git rev-parse --short=8 HEAD ) --always --dirty --abbrev=8)
38- REGISTRY ?= k8scloudprovider
38+ REGISTRY ?= quay.io/cluster-api-provider-ibmcloud
3939
4040ifneq ("$(realpath $(DEST ) ) ", "$(realpath $(PWD ) ) ")
4141 $(error Please run 'make' from $(DEST). Current directory is $(PWD))
Original file line number Diff line number Diff line change 5555 operator : Exists
5656 containers :
5757 - name : ibmcloud-machine-controller
58- image : k8scloudprovider /ibmcloud-cluster-api-controller:latest
58+ image : quay.io/cluster-api-provider-ibmcloud /ibmcloud-cluster-api-controller:latest
5959 env :
6060 - name : POD_NAMESPACE
6161 valueFrom :
You can’t perform that action at this time.
0 commit comments