diff --git a/stable/moodle/Chart.yaml b/stable/moodle/Chart.yaml index 2a0faf000f..f6b4a9c8b7 100644 --- a/stable/moodle/Chart.yaml +++ b/stable/moodle/Chart.yaml @@ -1,5 +1,5 @@ name: moodle -version: 0.5.2 +version: 0.5.3 appVersion: 3.4.2 description: Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised diff --git a/stable/moodle/README.md b/stable/moodle/README.md index 575204c9e8..65938c9093 100644 --- a/stable/moodle/README.md +++ b/stable/moodle/README.md @@ -74,8 +74,8 @@ The following table lists the configurable parameters of the Moodle chart and th | `externalDatabase.port` | Port of the external database | `3306` | | `externalDatabase.user` | Existing username in the external db | `bn_moodle` | | `externalDatabase.password` | Password for the above username | `nil` | -| `externalDatabase.database` | Name of the existing databse | `bitnami_moodle` | -| `mariadb.enabled` | Wheter to use or not the mariadb chart | `true` | +| `externalDatabase.database` | Name of the existing database | `bitnami_moodle` | +| `mariadb.enabled` | Whether to install the mariadb chart | `true` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_moodle` | | `mariadb.mariadbUser` | Database user to create | `bn_moodle` | | `mariadb.mariadbPassword` | Password for the database | `nil` |