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 808d13904b.
This commit is contained in:
Carlos Rodríguez Hernández
2017-08-23 13:47:03 +01:00
committed by Adnan Abdulhussein
parent 36c7c7c7fb
commit 9593f0f856
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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:
+1
View File
@@ -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` |
+5
View File
@@ -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
##