From 217620009ab4074ffbfcbf5622ced7092d7f9136 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Wed, 31 Oct 2018 11:45:58 +0100 Subject: [PATCH] Update MEAN with OSBA Mongodb instructions --- bitnami/mean/Chart.yaml | 2 +- bitnami/mean/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.