diff --git a/bitnami/mean/Chart.yaml b/bitnami/mean/Chart.yaml index 3f0a4b420..7a9929808 100644 --- a/bitnami/mean/Chart.yaml +++ b/bitnami/mean/Chart.yaml @@ -1,5 +1,5 @@ name: mean -version: 4.2.2 +version: 4.2.3 appVersion: 4.6.2 description: MEAN is a free and open-source JavaScript software stack for building dynamic web sites and web applications. The MEAN stack is MongoDB, Express.js, Angular, and Node.js. Because all components of the MEAN stack support programs written in JavaScript, MEAN applications can be written in one language for both server-side and client-side execution environments. keywords: diff --git a/bitnami/mean/README.md b/bitnami/mean/README.md index b46ed2852..1783ab2f8 100644 --- a/bitnami/mean/README.md +++ b/bitnami/mean/README.md @@ -218,7 +218,7 @@ ingress: 4. Deploy the helm chart: ``` - $ helm install --name node-app --set mongodb.install=false,externaldb.broker.serviceInstanceName=azure-mongodb-instance bitnami/mean + $ helm install --name node-app --set mongodb.install=false,externaldb.broker.serviceInstanceName=azure-mongodb-instance,externaldb.ssl=true bitnami/mean ``` Once the instance has been provisioned in Azure, a new secret should have been automatically created with the connection parameters for your application.