Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 0cd15a3

Browse files
authored
Merge pull request #93 from christopherhein/cherrypick/proper-gcp-project
🐛 Updating staging and prod registries
2 parents d2f95df + 4adc589 commit 0cd15a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ REGISTRY ?= gcr.io
5656
ifneq ($(shell gcloud config get-value project), )
5757
REGISTRY ?= gcr.io/$(shell gcloud config get-value project)
5858
endif
59-
STAGING_REGISTRY ?= gcr.io/k8s-staging-cluster-api-provider-nested
60-
PROD_REGISTRY ?= us.gcr.io/k8s-artifacts-prod/cluster-api-provider-nested
59+
STAGING_REGISTRY ?= gcr.io/k8s-staging-cluster-api-nested
60+
PROD_REGISTRY ?= us.gcr.io/k8s-artifacts-prod/cluster-api-nested
6161

6262
# Infrastructure
6363
IMAGE_NAME ?= cluster-api-nested-controller

0 commit comments

Comments
 (0)