From da2de1823036e02bfb805bb8ccd57326f5809e77 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Fri, 26 Oct 2018 10:25:22 +0200 Subject: [PATCH] [stable/odoo] Adapt 'values.yaml' to new Postgres values (#8778) * Fix typo Signed-off-by: juan131 * [stable/odoo] Adapt 'values.yaml' to new Postgres values Signed-off-by: juan131 --- stable/odoo/Chart.yaml | 2 +- stable/odoo/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index a86ffea2e1..313df0cd25 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -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/ diff --git a/stable/odoo/values.yaml b/stable/odoo/values.yaml index 4d287c4d44..c97ae935ed 100644 --- a/stable/odoo/values.yaml +++ b/stable/odoo/values.yaml @@ -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/