From 046df28ebfe3639f52f72d6904052f11834520a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Fri, 9 Nov 2018 09:19:48 +0100 Subject: [PATCH] [stable/kubewatch] Add chart label for pods (#8014) * [stable/kubewatch] Add chart label for pods Signed-off-by: Javier J. Salmeron Garcia * Fix chart version Signed-off-by: Javier J. Salmeron Garcia --- stable/kubewatch/Chart.yaml | 2 +- stable/kubewatch/templates/deployment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/kubewatch/Chart.yaml b/stable/kubewatch/Chart.yaml index 8ae870ec5f..6434028c68 100644 --- a/stable/kubewatch/Chart.yaml +++ b/stable/kubewatch/Chart.yaml @@ -1,5 +1,5 @@ name: kubewatch -version: 0.5.0 +version: 0.5.1 apiVersion: v1 appVersion: v0.0.4 home: https://github.com/bitnami-labs/kubewatch diff --git a/stable/kubewatch/templates/deployment.yaml b/stable/kubewatch/templates/deployment.yaml index e7f9ebef21..d95be86220 100644 --- a/stable/kubewatch/templates/deployment.yaml +++ b/stable/kubewatch/templates/deployment.yaml @@ -23,6 +23,7 @@ spec: labels: app: {{ template "kubewatch.name" . }} release: "{{ .Release.Name }}" + chart: {{ template "kubewatch.chart" . }} {{- if .Values.podLabels }} {{ toYaml .Values.podLabels | indent 8 }} {{- end }}