mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Convert registry to k8s.gcr.io (#3165)
This commit is contained in:
committed by
k8s-ci-robot
parent
d89b9ae5a1
commit
e9dd950ebb
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
|
||||
@@ -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) .
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user