mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-04-05 18:27:50 +00:00
Merge pull request #500 from Random-Liu/fix-staging-bucket
Change default staging bucket.
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user