mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
9c5fa1511e
commit
c0b445ee55
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user