[bitnami/parse] Update MongoDB dependency to latest major version (#3018)

* [bitnami/node] Update Mongodb dependency to latest major version

Signed-off-by: juan131 <juanariza@vmware.com>
This commit is contained in:
Juan Ariza Toledano
2020-07-03 11:15:27 +02:00
committed by GitHub
parent 9a6c51a836
commit 4829a51d1a
5 changed files with 23 additions and 11 deletions

View File

@@ -380,11 +380,17 @@ persistence:
## https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml
##
mongodb:
## MongoDB Password authentication
usePassword: true
## If the password is not specified, MongoDB will generate a random password
## MongoDB Authentication parameters
##
# mongodbRootPassword:
auth:
## Enable authentication
## ref: https://docs.mongodb.com/manual/tutorial/enable-authentication/
##
enabled: true
## MongoDB root password
## ref: https://github.com/bitnami/bitnami-docker-mongodb/blob/master/README.md#setting-the-root-password-on-first-run
##
rootPassword: ""
## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
##