Skip to content

Commit 88f9dae

Browse files
authored
Merge pull request #114 from gyliu513/registry
Updated registry to quay.io/cluster-api-provider-ibmcloud.
2 parents ebce7d4 + 6156f22 commit 88f9dae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CONTROLLER_IMG ?= ibmcloud-cluster-api-controller
3535
CLUSTERCTL_IMG ?= ibmcloud-cluster-api-clusterctl
3636
VERSION ?= $(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

4040
ifneq ("$(realpath $(DEST))", "$(realpath $(PWD))")
4141
$(error Please run 'make' from $(DEST). Current directory is $(PWD))

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
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:

0 commit comments

Comments
 (0)