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

This commit is contained in:
Matt Farina
2018-01-11 13:35:14 -08:00
committed by k8s-ci-robot
parent d89b9ae5a1
commit e9dd950ebb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: mongodb-replicaset
home: https://github.com/mongodb/mongo
version: 2.1.4
version: 2.1.5
description: NoSQL document-oriented database that stores JSON-like documents with
dynamic schemas, simplifying the integration of data in content-driven applications.
icon: https://webassets.mongodb.com/_com_assets/cms/mongodb-logo-rgb-j6w271g1xn.jpg
+1 -1
View File
@@ -33,7 +33,7 @@ The following tables lists the configurable parameters of the mongodb chart and
| `replicaSet` | Name of the replica set | rs0 |
| `replicas` | Number of replicas in the replica set | 3 |
| `port` | MongoDB port | 27017 |
| `installImage.name` | Image name for the init container that establishes the replica set | gcr.io/google_containers/mongodb-install |
| `installImage.name` | Image name for the init container that establishes the replica set | k8s.gcr.io/mongodb-install |
| `installImage.tag` | Image tag for the init container that establishes the replica set | 0.3 |
| `installImage.pullPolicy` | Image pull policy for the init container that establishes the replica set | IfNotPresent |
| `image.name` | MongoDB image name | mongo |
+1 -1
View File
@@ -15,7 +15,7 @@
all: push
TAG = 0.5
PREFIX = gcr.io/google_containers/mongodb-install
PREFIX = k8s.gcr.io/mongodb-install
container:
docker build -t $(PREFIX):$(TAG) .
+1 -1
View File
@@ -12,7 +12,7 @@ auth:
# Specs for the Docker image for the init container that establishes the replica set
installImage:
name: gcr.io/google_containers/mongodb-install
name: k8s.gcr.io/mongodb-install
tag: 0.5
pullPolicy: IfNotPresent