File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ ifndef REGISTRY
159159 REGISTRY ?= localhost:5000
160160endif
161161STAGING_REGISTRY := gcr.io/k8s-staging-cluster-api-azure
162- PROD_REGISTRY : = registry.k8s.io/cluster-api-azure
162+ PROD_REGISTRY ? = registry.k8s.io/cluster-api-azure
163163IMAGE_NAME ?= cluster-api-azure-controller
164164CONTROLLER_IMG ?= $(REGISTRY ) /$(IMAGE_NAME )
165165TAG ?= dev
@@ -640,10 +640,10 @@ release: clean-release ## Builds and push container images using the latest git
640640 echo " #### Setting the manigest image to: $( PROD_REGISTRY) /$( IMAGE_NAME) and manifest tag to: $( RELEASE_TAG) "
641641 echo " "
642642 $(MAKE ) set-manifest-image MANIFEST_IMG=$(PROD_REGISTRY ) /$(IMAGE_NAME ) MANIFEST_TAG=$(RELEASE_TAG )
643- # $(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent
644- # $(MAKE) release-manifests
645- # $(MAKE) release-templates
646- # $(MAKE) release-metadata
643+ $(MAKE ) set-manifest-pull-policy PULL_POLICY=IfNotPresent
644+ $(MAKE ) release-manifests
645+ $(MAKE ) release-templates
646+ $(MAKE ) release-metadata
647647
648648.PHONY : release-manifests
649649release-manifests : $(KUSTOMIZE ) $(RELEASE_DIR ) # # Builds the manifests to publish with a release.
You can’t perform that action at this time.
0 commit comments