From 4e543f48b4f5ed3f5e13bdae11443a3c2982b471 Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Sat, 31 Mar 2018 00:38:02 +0800 Subject: [PATCH] fix typo in suitecrm readme (#4532) --- stable/suitecrm/Chart.yaml | 2 +- stable/suitecrm/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/suitecrm/Chart.yaml b/stable/suitecrm/Chart.yaml index f680975468..cabf5dbe7d 100644 --- a/stable/suitecrm/Chart.yaml +++ b/stable/suitecrm/Chart.yaml @@ -1,5 +1,5 @@ name: suitecrm -version: 0.4.3 +version: 0.4.4 appVersion: 7.10.2 description: SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM. keywords: diff --git a/stable/suitecrm/README.md b/stable/suitecrm/README.md index 2218fa5c80..70b556cee7 100644 --- a/stable/suitecrm/README.md +++ b/stable/suitecrm/README.md @@ -66,7 +66,7 @@ The following table lists the configurable parameters of the SuiteCRM chart and | `externalDatabase.user` | Existing username in the external db | `bn_suitecrm` | | `externalDatabase.password` | Password for the above username | `nil` | | `externalDatabase.database` | Name of the existing database | `bitnami_suitecrm` | -| `mariadb.enabled` | Wheter to use or not the mariadb chart | `true` | +| `mariadb.enabled` | Whether to use or not the mariadb chart | `true` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_suitecrm` | | `mariadb.mariadbUser` | Database user to create | `bn_suitecrm` | | `mariadb.mariadbPassword` | Password for the database | `nil` |