diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index fe415d138c..8140698a9c 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,5 +1,5 @@ name: odoo -version: 5.0.0 +version: 5.0.1 appVersion: 11.0.20181115 description: A suite of web based open source business apps. home: https://www.odoo.com/ diff --git a/stable/odoo/templates/ingress.yaml b/stable/odoo/templates/ingress.yaml index 01bc6d0dc0..6b85fddf50 100644 --- a/stable/odoo/templates/ingress.yaml +++ b/stable/odoo/templates/ingress.yaml @@ -10,9 +10,6 @@ metadata: release: {{ $.Release.Name | quote }} heritage: {{ $.Release.Service | quote }} annotations: - {{- if .tls }} - ingress.kubernetes.io/secure-backends: "true" - {{- end }} {{- if .certManager }} kubernetes.io/tls-acme: "true" {{- end }}