diff --git a/stable/mongodb-replicaset/Chart.yaml b/stable/mongodb-replicaset/Chart.yaml index 23428021d4..2773a9274b 100644 --- a/stable/mongodb-replicaset/Chart.yaml +++ b/stable/mongodb-replicaset/Chart.yaml @@ -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 diff --git a/stable/mongodb-replicaset/README.md b/stable/mongodb-replicaset/README.md index 4f81f6b7eb..124b56a3d4 100644 --- a/stable/mongodb-replicaset/README.md +++ b/stable/mongodb-replicaset/README.md @@ -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 | diff --git a/stable/mongodb-replicaset/init/Makefile b/stable/mongodb-replicaset/init/Makefile index ca52bfd6ea..7b4e2c20f5 100644 --- a/stable/mongodb-replicaset/init/Makefile +++ b/stable/mongodb-replicaset/init/Makefile @@ -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) . diff --git a/stable/mongodb-replicaset/values.yaml b/stable/mongodb-replicaset/values.yaml index 8da1371569..5e382c23c5 100644 --- a/stable/mongodb-replicaset/values.yaml +++ b/stable/mongodb-replicaset/values.yaml @@ -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