diff --git a/stable/dokuwiki/Chart.yaml b/stable/dokuwiki/Chart.yaml index 08052e0ff7..447d57fa9c 100644 --- a/stable/dokuwiki/Chart.yaml +++ b/stable/dokuwiki/Chart.yaml @@ -1,5 +1,5 @@ name: dokuwiki -version: 2.0.3 +version: 2.0.4 appVersion: 0.20180422.201805030840 description: DokuWiki is a standards-compliant, simple to use wiki optimized for creating documentation. It is targeted at developer teams, workgroups, and small companies. diff --git a/stable/dokuwiki/templates/deployment.yaml b/stable/dokuwiki/templates/deployment.yaml index 59f6a7f031..405d3adb6b 100644 --- a/stable/dokuwiki/templates/deployment.yaml +++ b/stable/dokuwiki/templates/deployment.yaml @@ -12,6 +12,8 @@ spec: metadata: labels: app: {{ template "dokuwiki.name" . }} + chart: {{ template "dokuwiki.chart" . }} + release: {{ .Release.Name | quote }} spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: