diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index f70ea85888..417384fe7b 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,5 +1,5 @@ name: mongodb -version: 0.4.27 +version: 0.4.28 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 a4e431da95..3cc4c22413 100644 --- a/stable/mongodb/README.md +++ b/stable/mongodb/README.md @@ -41,7 +41,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the MongoDB chart and their default values. +The following table lists the configurable parameters of the MongoDB chart and their default values. | Parameter | Description | Default | |---------------------------- |------------------------------------- |----------------------------------------------------------| @@ -78,7 +78,7 @@ $ helm install --name my-release \ stable/mongodb ``` -The above command sets the MongoDB `root` account password to `secretpassword`. Additionally it creates a standard database user named `my-user`, with the password `my-password`, who has access to a database named `my-database`. +The above command sets the MongoDB `root` account password to `secretpassword`. Additionally, it creates a standard database user named `my-user`, with the password `my-password`, who has access to a database named `my-database`. Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,