File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ CERT_MANAGER_VER := v1.14.4
116116# Define Docker related variables. Releases should modify and double check these vars.
117117export GCP_PROJECT ?= $(shell gcloud config get-value project)
118118REGISTRY ?= gcr.io/$(GCP_PROJECT )
119- STAGING_REGISTRY : = gcr.io/k8s-staging-cluster-api-gcp
120- PROD_REGISTRY : = registry.k8s.io/cluster-api-gcp
119+ STAGING_REGISTRY ? = gcr.io/k8s-staging-cluster-api-gcp
120+ PROD_REGISTRY ? = registry.k8s.io/cluster-api-gcp
121121IMAGE_NAME ?= cluster-api-gcp-controller
122122STAGING_BUCKET ?= k8s-staging-cluster-api-gcp
123123BUCKET ?= $(STAGING_BUCKET )
@@ -407,7 +407,7 @@ set-manifest-pull-policy:
407407# # Release
408408# # --------------------------------------
409409
410- RELEASE_TAG : = $(shell git describe --abbrev=0 2>/dev/null)
410+ RELEASE_TAG ? = $(shell git describe --abbrev=0 2>/dev/null)
411411RELEASE_DIR := out
412412
413413$(RELEASE_DIR ) :
You can’t perform that action at this time.
0 commit comments