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: