mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
df6254554b
commit
2e2d0d1e3d
@@ -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/
|
||||
|
||||
@@ -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 | {} | |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user