diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index d2526433e0..bfef6b5055 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: odoo -version: 10.0.0 +version: 10.0.1 appVersion: 12.0.20190715 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 dbf7c04a4a..dc57aa5550 100644 --- a/stable/odoo/values.yaml +++ b/stable/odoo/values.yaml @@ -206,7 +206,7 @@ resources: ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes) livenessProbe: enabled: true - initialDelaySeconds: 300 + initialDelaySeconds: 600 periodSeconds: 30 timeoutSeconds: 5 failureThreshold: 6