Convert registry to k8s.gcr.io (#3141)

* Pushes go to staging-k8s.gcr.io

* Updating chart version
This commit is contained in:
Tim Hockin
2018-02-01 07:32:10 -08:00
committed by k8s-ci-robot
parent 51f60bda0b
commit 1144328634
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: mongodb-replicaset
home: https://github.com/mongodb/mongo
version: 2.2.0
version: 2.2.1
appVersion: 3.4
description: NoSQL document-oriented database that stores JSON-like documents with
dynamic schemas, simplifying the integration of data in content-driven applications.
+1 -1
View File
@@ -15,7 +15,7 @@
all: push
TAG = 0.5
PREFIX = k8s.gcr.io/mongodb-install
PREFIX = staging-k8s.gcr.io/mongodb-install
container:
docker build -t $(PREFIX):$(TAG) .