diff --git a/incubator/odoo/Chart.yaml b/incubator/odoo/Chart.yaml index 54fe73388..5d1b46798 100644 --- a/incubator/odoo/Chart.yaml +++ b/incubator/odoo/Chart.yaml @@ -1,5 +1,5 @@ name: odoo -version: 0.4.1 +version: 0.4.2 description: A suite of web based open source business apps. keywords: - odoo diff --git a/incubator/odoo/values.yaml b/incubator/odoo/values.yaml index 2e672ab99..850e4212f 100644 --- a/incubator/odoo/values.yaml +++ b/incubator/odoo/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Odoo image version ## ref: https://hub.docker.com/r/bitnami/odoo/tags/ ## -image: bitnami/odoo:9.0.20160620-r5 +image: bitnami/odoo:9.0.20160620-r6 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'