diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index 4cfc4d4597..adfcb04f96 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: odoo -version: 11.1.1 +version: 11.1.2 appVersion: 12.0.20190815 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 54ff05e38f..c40ee0af0f 100644 --- a/stable/odoo/templates/ingress.yaml +++ b/stable/odoo/templates/ingress.yaml @@ -27,8 +27,8 @@ spec: servicePort: http {{- end }} tls: +{{- range .Values.ingress.hosts }} - hosts: -{{ range .Values.ingress.hosts }} {{- if .tls }} - {{ .name }} secretName: {{ .tlsSecret }}