diff --git a/stable/orangehrm/Chart.yaml b/stable/orangehrm/Chart.yaml index 2a0149a04f..fa8dec9622 100644 --- a/stable/orangehrm/Chart.yaml +++ b/stable/orangehrm/Chart.yaml @@ -1,5 +1,5 @@ name: orangehrm -version: 1.0.3 +version: 1.0.4 appVersion: 4.0.0 description: OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business. diff --git a/stable/orangehrm/README.md b/stable/orangehrm/README.md index 8301fc5c7e..71323e058d 100644 --- a/stable/orangehrm/README.md +++ b/stable/orangehrm/README.md @@ -73,8 +73,8 @@ The following table lists the configurable parameters of the OrangeHRM chart and | `externalDatabase.port` | Port of the external database | `3306` | | `externalDatabase.user` | Existing username in the external db | `bn_orangehrm` | | `externalDatabase.password` | Password for the above username | `nil` | -| `externalDatabase.database` | Name of the existing database | `bitnami_orangehrm` | -| `mariadb.enabled` | Whether to use or not the mariadb chart | `true` | +| `externalDatabase.database` | Name of the existing database | `bitnami_orangehrm` | +| `mariadb.enabled` | Whether to use the MariaDB chart | `true` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_orangehrm` | | `mariadb.mariadbUser` | Database user to create | `bn_orangehrm` | | `mariadb.mariadbPassword` | Password for the database | `nil` |