From e82be5d67f199a566eaff7af5b45ce3d22257046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Mon, 30 Jul 2018 20:18:56 +0200 Subject: [PATCH] [stable/odoo] Add chart and release labels in pods (#6908) --- stable/odoo/Chart.yaml | 2 +- stable/odoo/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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: