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
35
35
CLUSTERCTL_IMG ?= ibmcloud-cluster-api-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
- REGISTRY ?= k8scloudprovider
38
+ REGISTRY ?= quay.io/cluster-api-provider-ibmcloud
39
39
40
40
ifneq ("$(realpath $(DEST ) ) ", "$(realpath $(PWD ) ) ")
41
41
$(error Please run 'make' from $(DEST). Current directory is $(PWD))
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 : k8scloudprovider /ibmcloud-cluster-api-controller:latest
58
+ image : quay.io/cluster-api-provider-ibmcloud /ibmcloud-cluster-api-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