Skip to content

Commit 8a89dfa

Browse files
authored
Merge pull request #5270 from salasberryfin/makefile-support-registry-override
chore: support registry overrides in makefile
2 parents e10e79e + 2093e95 commit 8a89dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ endif
158158
ifndef REGISTRY
159159
REGISTRY ?= localhost:5000
160160
endif
161-
STAGING_REGISTRY := gcr.io/k8s-staging-cluster-api-azure
162-
PROD_REGISTRY := registry.k8s.io/cluster-api-azure
161+
STAGING_REGISTRY ?= gcr.io/k8s-staging-cluster-api-azure
162+
PROD_REGISTRY ?= registry.k8s.io/cluster-api-azure
163163
IMAGE_NAME ?= cluster-api-azure-controller
164164
CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
165165
TAG ?= dev

0 commit comments

Comments
 (0)