diff --git a/stable/mongodb-replicaset/Chart.yaml b/stable/mongodb-replicaset/Chart.yaml index 3f80e8001a..b118dc6365 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.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. diff --git a/stable/mongodb-replicaset/init/Makefile b/stable/mongodb-replicaset/init/Makefile index 7b4e2c20f5..f4d77bc3c5 100644 --- a/stable/mongodb-replicaset/init/Makefile +++ b/stable/mongodb-replicaset/init/Makefile @@ -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) .