[stable/prometheus-node-exporter] Upgrade to 0.18.0 (#13739)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2019-05-20 04:23:23 -07:00
committed by Kubernetes Prow Robot
parent df6254554b
commit 2e2d0d1e3d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.17.0"
appVersion: "0.18.0"
description: A Helm chart for prometheus node-exporter
name: prometheus-node-exporter
version: 1.4.2
version: 1.5.0
home: https://github.com/prometheus/node_exporter/
sources:
- https://github.com/prometheus/node_exporter/
+1 -1
View File
@@ -39,7 +39,7 @@ The following table lists the configurable parameters of the Node Exporter chart
| Parameter | Description | Default | |
| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- | --- |
| `image.repository` | Image repository | `quay.io/prometheus/node-exporter` | |
| `image.tag` | Image tag | `v0.16.0` | |
| `image.tag` | Image tag | `v0.18.0` | |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` | |
| `extraArgs` | Additional container arguments | `[]` | |
| `extraHostVolumeMounts` | Additional host volume mounts | {} | |
+1 -1
View File
@@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: quay.io/prometheus/node-exporter
tag: v0.17.0
tag: v0.18.0
pullPolicy: IfNotPresent
service: