Skip to content

Commit 7585ec5

Browse files
authored
Merge pull request #118 from xunpan/image-name
use simple image name
2 parents 482d8c9 + 4f775a9 commit 7585ec5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ TAGS :=
3131
LDFLAGS := "-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
3636
VERSION ?= $(shell git describe --exact-match 2> /dev/null || \
3737
git describe --match=$(git rev-parse --short=8 HEAD) --always --dirty --abbrev=8)
3838
REGISTRY ?= quay.io/cluster-api-provider-ibmcloud

config/default/manager_image_patch.yaml

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

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: 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:

0 commit comments

Comments
 (0)