mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Adnan Abdulhussein
parent
36c7c7c7fb
commit
9593f0f856
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user