diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 681240f73d..59a049d1e6 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,5 +1,5 @@ name: phabricator -version: 0.4.0 +version: 0.4.1 description: Collection of open source web applications that help software companies build better software. keywords: - phabricator diff --git a/stable/phabricator/templates/apache-pvc.yaml b/stable/phabricator/templates/apache-pvc.yaml index c4cbd9e11a..39fd689744 100644 --- a/stable/phabricator/templates/apache-pvc.yaml +++ b/stable/phabricator/templates/apache-pvc.yaml @@ -3,6 +3,11 @@ kind: PersistentVolumeClaim apiVersion: v1 metadata: name: {{ template "fullname" . }}-apache + labels: + app: {{ template "fullname" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + release: "{{ .Release.Name }}" + heritage: "{{ .Release.Service }}" annotations: volume.alpha.kubernetes.io/storage-class: {{ .Values.persistence.apache.storageClass | quote }} spec: diff --git a/stable/phabricator/templates/phabricator-pvc.yaml b/stable/phabricator/templates/phabricator-pvc.yaml index fc146f3269..99dfdab46b 100644 --- a/stable/phabricator/templates/phabricator-pvc.yaml +++ b/stable/phabricator/templates/phabricator-pvc.yaml @@ -3,6 +3,11 @@ kind: PersistentVolumeClaim apiVersion: v1 metadata: name: {{ template "fullname" . }}-phabricator + labels: + app: {{ template "fullname" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + release: "{{ .Release.Name }}" + heritage: "{{ .Release.Service }}" annotations: volume.alpha.kubernetes.io/storage-class: {{ .Values.persistence.phabricator.storageClass | quote }} spec: diff --git a/stable/phabricator/values.yaml b/stable/phabricator/values.yaml index dad68dcc01..420ebb1c3d 100644 --- a/stable/phabricator/values.yaml +++ b/stable/phabricator/values.yaml @@ -46,7 +46,7 @@ phabricatorFirstName: First Name phabricatorLastName: Last Name ## SMTP mail delivery configuration -## ref: https://github.com/bitnami/bitnami-docker-redmine/#smtp-configuration +## ref: https://github.com/bitnami/bitnami-docker-phabricator/#smtp-configuration ## # smtpHost: # smtpPort: