diff --git a/stable/prometheus-node-exporter/Chart.yaml b/stable/prometheus-node-exporter/Chart.yaml index 0fe400999c..0653576fb7 100644 --- a/stable/prometheus-node-exporter/Chart.yaml +++ b/stable/prometheus-node-exporter/Chart.yaml @@ -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/ diff --git a/stable/prometheus-node-exporter/README.md b/stable/prometheus-node-exporter/README.md index 2286c981ec..0d31ec68a6 100644 --- a/stable/prometheus-node-exporter/README.md +++ b/stable/prometheus-node-exporter/README.md @@ -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 | {} | | diff --git a/stable/prometheus-node-exporter/values.yaml b/stable/prometheus-node-exporter/values.yaml index 09261c4f3a..7ca723ff91 100644 --- a/stable/prometheus-node-exporter/values.yaml +++ b/stable/prometheus-node-exporter/values.yaml @@ -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: