[stable/odoo] Adapt 'values.yaml' to new Postgres values (#8778)

* Fix typo

Signed-off-by: juan131 <juan@bitnami.com>

* [stable/odoo] Adapt 'values.yaml' to new Postgres values

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
Juan Ariza Toledano
2018-10-26 01:25:22 -07:00
committed by k8s-ci-robot
parent df9440cb2f
commit da2de18230
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: odoo
version: 4.0.0
version: 4.0.1
appVersion: 11.0.20181015
description: A suite of web based open source business apps.
home: https://www.odoo.com/
+1 -1
View File
@@ -56,7 +56,7 @@ postgresql:
## PostgreSQL password
## ref: https://hub.docker.com/_/postgres/
##
# postgresPassword:
# postgresqlPassword:
## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/