From 9593f0f856e84fd7e4e9f58722363bda76b259de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 23 Aug 2017 14:47:03 +0200 Subject: [PATCH] Replace user by user@example.com in Odoo (#1822) * Replace user by user@example.com in Ghost * Replace user by user@example.com in Odoo * Revert "Replace user by user@example.com in Ghost" This reverts commit 808d13904bce9b5ab5aff3de29953ea94e39692e. --- stable/odoo/Chart.yaml | 2 +- stable/odoo/README.md | 1 + stable/odoo/values.yaml | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) 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 ##