diff --git a/stable/prometheus-node-exporter/Chart.yaml b/stable/prometheus-node-exporter/Chart.yaml index 6a9a4031e9..7cc530129f 100644 --- a/stable/prometheus-node-exporter/Chart.yaml +++ b/stable/prometheus-node-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.15.2" description: A Helm chart for prometheus node-exporter name: prometheus-node-exporter -version: 0.1.1 +version: 0.1.2 home: https://github.com/prometheus/node_exporter/ sources: - https://github.com/prometheus/node_exporter/ diff --git a/stable/prometheus-node-exporter/templates/daemonset.yaml b/stable/prometheus-node-exporter/templates/daemonset.yaml index b4345fe481..338121fd5f 100644 --- a/stable/prometheus-node-exporter/templates/daemonset.yaml +++ b/stable/prometheus-node-exporter/templates/daemonset.yaml @@ -37,11 +37,11 @@ spec: livenessProbe: httpGet: path: / - port: http + port: {{ .Values.service.port }} readinessProbe: httpGet: path: / - port: http + port: {{ .Values.service.port }} resources: {{ toYaml .Values.resources | indent 12 }} volumeMounts: @@ -63,4 +63,4 @@ spec: path: /proc - name: sys hostPath: - path: /sys \ No newline at end of file + path: /sys