diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index a83bed62ee..90bd949c0c 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: odoo -version: 6.2.0 +version: 6.2.1 appVersion: 11.0.20190315 description: A suite of web based open source business apps. home: https://www.odoo.com/ diff --git a/stable/odoo/templates/svc.yaml b/stable/odoo/templates/svc.yaml index 0e45478417..d0c8a4663e 100644 --- a/stable/odoo/templates/svc.yaml +++ b/stable/odoo/templates/svc.yaml @@ -24,3 +24,4 @@ spec: {{- end }} selector: app: {{ template "odoo.name" . }} + release: {{ .Release.Name | quote }}