diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index c626dd33bf..e903079060 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,5 +1,5 @@ name: odoo -version: 2.0.3 +version: 2.0.4 appVersion: 11.0.20180715 description: A suite of web based open source business apps. home: https://www.odoo.com/ diff --git a/stable/odoo/templates/deployment.yaml b/stable/odoo/templates/deployment.yaml index 5a08ea86aa..13e999dac3 100644 --- a/stable/odoo/templates/deployment.yaml +++ b/stable/odoo/templates/deployment.yaml @@ -12,6 +12,8 @@ spec: metadata: labels: app: {{ template "odoo.name" . }} + chart: {{ template "odoo.chart" . }} + release: {{ .Release.Name | quote }} spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: