diff --git a/stable/sugarcrm/Chart.yaml b/stable/sugarcrm/Chart.yaml index 2d9ad7af53..af3760cc76 100644 --- a/stable/sugarcrm/Chart.yaml +++ b/stable/sugarcrm/Chart.yaml @@ -1,5 +1,5 @@ name: sugarcrm -version: 1.0.1 +version: 1.0.2 appVersion: 6.5.26 description: SugarCRM enables businesses to create extraordinary customer relationships with the most innovative and affordable CRM solution in the market. keywords: diff --git a/stable/sugarcrm/README.md b/stable/sugarcrm/README.md index 4abfff92cc..532bfbd829 100644 --- a/stable/sugarcrm/README.md +++ b/stable/sugarcrm/README.md @@ -68,7 +68,7 @@ The following table lists the configurable parameters of the SugarCRM chart and | `externalDatabase.port` | Port of the external database | `3306` | | `externalDatabase.user` | Existing username in the external db | `bn_sugarcrm` | | `externalDatabase.password` | Password for the above username | `nil` | -| `externalDatabase.database` | Name of the existing databse | `bitnami_sugarcrm` | +| `externalDatabase.database` | Name of the existing database | `bitnami_sugarcrm` | | `mariadb.enabled` | Whether to use or not the mariadb chart | `true` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_sugarcrm` | | `mariadb.mariadbUser` | Database user to create | `bn_sugarcrm` |