From bf2a5e9111d659c7fc31e22324b0d76088e5998e 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:09:56 +0200 Subject: [PATCH] [stable/parse] Add chart and release labels in pods (#6892) --- stable/parse/Chart.yaml | 2 +- stable/parse/templates/dashboard-deployment.yaml | 1 + stable/parse/templates/server-deployment.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/parse/Chart.yaml b/stable/parse/Chart.yaml index e1a2a4fc8d..45b6902877 100644 --- a/stable/parse/Chart.yaml +++ b/stable/parse/Chart.yaml @@ -1,5 +1,5 @@ name: parse -version: 2.0.2 +version: 2.0.3 appVersion: 2.8.2 description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more. keywords: diff --git a/stable/parse/templates/dashboard-deployment.yaml b/stable/parse/templates/dashboard-deployment.yaml index 6df1eb4196..5356412e67 100644 --- a/stable/parse/templates/dashboard-deployment.yaml +++ b/stable/parse/templates/dashboard-deployment.yaml @@ -15,6 +15,7 @@ spec: metadata: labels: app: {{ template "parse.name" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" component: "dashboard" spec: diff --git a/stable/parse/templates/server-deployment.yaml b/stable/parse/templates/server-deployment.yaml index 5edbdc57a0..4498cdaa44 100644 --- a/stable/parse/templates/server-deployment.yaml +++ b/stable/parse/templates/server-deployment.yaml @@ -14,6 +14,7 @@ spec: metadata: labels: app: {{ template "parse.name" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" component: "server" spec: