diff --git a/stable/osclass/Chart.yaml b/stable/osclass/Chart.yaml index d9b2f87847..d165a8ea2f 100644 --- a/stable/osclass/Chart.yaml +++ b/stable/osclass/Chart.yaml @@ -1,5 +1,5 @@ name: osclass -version: 1.0.0 +version: 1.0.1 appVersion: 3.7.4 description: Osclass is a php script that allows you to quickly create and manage your own free classifieds site. diff --git a/stable/osclass/README.md b/stable/osclass/README.md index 0a53fa3184..4f5a0065d5 100644 --- a/stable/osclass/README.md +++ b/stable/osclass/README.md @@ -79,7 +79,7 @@ The following table lists the configurable parameters of the Osclass chart and t | `externalDatabase.port` | Port of the external database | `3306` | | `externalDatabase.user` | Existing username in the external db | `bn_osclass` | | `externalDatabase.password` | Password for the above username | `nil` | -| `externalDatabase.database` | Name of the existing databse | `bitnami_osclass` | +| `externalDatabase.database` | Name of the existing database | `bitnami_osclass` | | `mariadb.enabled` | Wheter to use or not the mariadb chart | `true` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_osclass` | | `mariadb.mariadbUser` | Database user to create | `bn_osclass` |