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
116
116
# Define Docker related variables. Releases should modify and double check these vars.
117
117
export GCP_PROJECT ?= $(shell gcloud config get-value project)
118
118
REGISTRY ?= 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
121
121
IMAGE_NAME ?= cluster-api-gcp-controller
122
122
STAGING_BUCKET ?= k8s-staging-cluster-api-gcp
123
123
BUCKET ?= $(STAGING_BUCKET )
@@ -407,7 +407,7 @@ set-manifest-pull-policy:
407
407
# # Release
408
408
# # --------------------------------------
409
409
410
- RELEASE_TAG : = $(shell git describe --abbrev=0 2>/dev/null)
410
+ RELEASE_TAG ? = $(shell git describe --abbrev=0 2>/dev/null)
411
411
RELEASE_DIR := out
412
412
413
413
$(RELEASE_DIR ) :
You can’t perform that action at this time.
0 commit comments