From 92f98555233e071c70e56595a2cc5f6cc0100f47 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 17:50:57 +0200 Subject: [PATCH] [stable/dokuwiki] Add chart and release labels in pods (#6911) --- stable/dokuwiki/Chart.yaml | 2 +- stable/dokuwiki/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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: