From 1144328634b2010bbee6f95ffcde490c40bf816a Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 1 Feb 2018 07:32:10 -0800 Subject: [PATCH] Convert registry to k8s.gcr.io (#3141) * Pushes go to staging-k8s.gcr.io * Updating chart version --- stable/mongodb-replicaset/Chart.yaml | 2 +- stable/mongodb-replicaset/init/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) .