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

Commit 4adc589

Browse files
Updating staging and prod registries
Signed-off-by: Chris Hein <[email protected]>
1 parent d2f95df commit 4adc589

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)