From e1d4dc53ecf0e82014ca725be86eae2c7f4eba8e Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 29 Mar 2018 12:30:03 +0800 Subject: [PATCH] Update stable/mongodb/README.md (#4497) * Add version for mongodb Add version for mongodb * Update stable/mongodb/README.md Update stable/mongodb/README.md --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 417384fe7b..411cdbbcc6 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,5 +1,5 @@ name: mongodb -version: 0.4.28 +version: 0.4.29 appVersion: 3.7.1 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/stable/mongodb/README.md b/stable/mongodb/README.md index 3cc4c22413..3fc61da61b 100644 --- a/stable/mongodb/README.md +++ b/stable/mongodb/README.md @@ -92,4 +92,4 @@ $ helm install --name my-release -f values.yaml stable/mongodb The [Bitnami MongoDB](https://github.com/bitnami/bitnami-docker-mongodb) image stores the MongoDB data and configurations at the `/bitnami/mongodb` path of the container. -The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) volume at this location. The volume is created using dynamic volume provisioning. +The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) at this location. The volume is created using dynamic volume provisioning.