diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index 9c9adcdbfa..bae3b7116f 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,5 +1,5 @@ name: odoo -version: 0.5.5 +version: 0.5.6 appVersion: 10.0.20170802 description: A suite of web based open source business apps. keywords: diff --git a/stable/odoo/README.md b/stable/odoo/README.md index 6f7c07b2c8..fbc46f2e84 100644 --- a/stable/odoo/README.md +++ b/stable/odoo/README.md @@ -49,6 +49,7 @@ The following tables lists the configurable parameters of the Odoo chart and the |---------------------------------------|-------------------------------------------|---------------------------------------------| | `imageTag` | `bitnami/odoo` image tag | Odoo image version | | `imagePullPolicy` | Image pull policy | `IfNotPresent` | +| `odooUsername` | User of the application | `user@example.com` | | `odooPassword` | Admin account password | `bitnami` | | `odooEmail` | Admin account email | `user@example.com` | | `smtpHost` | SMTP host | `nil` | diff --git a/stable/odoo/values.yaml b/stable/odoo/values.yaml index 616c3f0af5..01e8df73fb 100644 --- a/stable/odoo/values.yaml +++ b/stable/odoo/values.yaml @@ -8,6 +8,11 @@ image: bitnami/odoo:10.0.20170802-r0 ## imagePullPolicy: IfNotPresent +## User of the application +## ref: https://github.com/bitnami/bitnami-docker-odoo#configuration +## +odooUsername: user@example.com + ## Admin email ## ref: https://github.com/bitnami/bitnami-docker-odoo#configuration ##