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 }}