mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Convert registry to k8s.gcr.io (#3141)
* Pushes go to staging-k8s.gcr.io * Updating chart version
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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) .
|
||||
|
||||
Reference in New Issue
Block a user