From ed783da49999dcd4568d9b8d811aae7ac1065081 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Fri, 20 Nov 2020 09:08:01 -0800 Subject: [PATCH] Change default staging bucket. The new staging bucket for the promoter is `gcr.io/k8s-staging-npd`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 207925eba8f9c..785e777dbf05f 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ VERSION?=$(shell if [ -d .git ]; then echo `git describe --tags --dirty`; else e TAG?=$(VERSION) # REGISTRY is the container registry to push into. -REGISTRY?=staging-k8s.gcr.io +REGISTRY?=gcr.io/k8s-staging-npd # UPLOAD_PATH is the cloud storage path to upload release tar. UPLOAD_PATH?=gs://kubernetes-release