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: