added annotations for node-exporter-daemonset (#6387)

* added annotations for node-exporter-daemonset

* fixed typo for annotation

* updated version

* typo fix

* Bump minor version for new feature
This commit is contained in:
Sandeep Mendiratta
2018-07-01 12:30:19 -07:00
committed by k8s-ci-robot
parent 9c5fa1511e
commit c0b445ee55
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: prometheus
version: 6.7.5
version: 6.8.0
appVersion: 2.3.1
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
@@ -2,6 +2,10 @@
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
{{- if .Values.nodeExporter.deploymentAnnotations }}
annotations:
{{ toYaml .Values.nodeExporter.deploymentAnnotations | indent 4 }}
{{- end }}
labels:
app: {{ template "prometheus.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}