diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index b41e205a91..7b3d656e54 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,5 +1,5 @@ name: magento -version: 0.6.5 +version: 0.6.6 appVersion: 2.2.3 description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more. keywords: diff --git a/stable/magento/README.md b/stable/magento/README.md index ff380bce52..ba739f46dc 100644 --- a/stable/magento/README.md +++ b/stable/magento/README.md @@ -12,7 +12,7 @@ $ helm install stable/magento This chart bootstraps a [Magento](https://github.com/bitnami/bitnami-docker-magento) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. -It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the Magento application. +It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment as a database for the Magento application. ## Prerequisites @@ -63,8 +63,8 @@ The following table lists the configurable parameters of the Magento chart and t | `externalDatabase.port` | Port of the external database | `3306` | | `externalDatabase.user` | Existing username in the external db | `bn_magento` | | `externalDatabase.password` | Password for the above username | `nil` | -| `externalDatabase.database` | Name of the existing databse | `bitnami_magento` | -| `mariadb.enabled` | Use or not the mariadb chart | `true` | +| `externalDatabase.database` | Name of the existing database | `bitnami_magento` | +| `mariadb.enabled` | Whether to use the MariaDB chart | `true` | | `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_magento` | | `mariadb.mariadbUser` | Database user to create | `bn_magento` |