[stable/kubewatch] Add chart label for pods (#8014)

* [stable/kubewatch] Add chart label for pods

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix chart version

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
Javier J. Salmerón-García
2018-11-09 00:19:48 -08:00
committed by k8s-ci-robot
parent d423645ac5
commit 046df28ebf
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
@@ -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 }}