From c03f0143b9d9d8408f9d7db89ac79e01b8bd2ccf 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 19:49:56 +0200 Subject: [PATCH] [stable/phabricator] Add chart and release labels in pods (#6903) --- stable/phabricator/Chart.yaml | 2 +- stable/phabricator/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index ca56d89c46..622e99b66c 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,5 +1,5 @@ name: phabricator -version: 2.1.2 +version: 2.1.3 appVersion: 2018.29.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/stable/phabricator/templates/deployment.yaml b/stable/phabricator/templates/deployment.yaml index 28377a5e10..f7b4bb2b5a 100644 --- a/stable/phabricator/templates/deployment.yaml +++ b/stable/phabricator/templates/deployment.yaml @@ -13,6 +13,8 @@ spec: metadata: labels: app: {{ template "phabricator.fullname" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + release: "{{ .Release.Name }}" spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: