From ad9f1fa37f32cb46bc2ca3bf79f08c80ef82c556 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 21 Jun 2020 23:04:23 +0200 Subject: [PATCH] Update version --- templates/prometheus/deployment.yaml | 2 +- templates/prometheus/exporters/node-exporter/daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/prometheus/deployment.yaml b/templates/prometheus/deployment.yaml index 59fd276..80acb9b 100644 --- a/templates/prometheus/deployment.yaml +++ b/templates/prometheus/deployment.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: prometheus containers: - name: prometheus - image: quay.io/prometheus/prometheus:v2.18.1 + image: quay.io/prometheus/prometheus:v2.19.0 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml diff --git a/templates/prometheus/exporters/node-exporter/daemonset.yaml b/templates/prometheus/exporters/node-exporter/daemonset.yaml index 963dcb6..2a30c37 100644 --- a/templates/prometheus/exporters/node-exporter/daemonset.yaml +++ b/templates/prometheus/exporters/node-exporter/daemonset.yaml @@ -28,7 +28,7 @@ spec: hostPID: true containers: - name: node-exporter - image: quay.io/prometheus/node-exporter:v1.0.0 + image: quay.io/prometheus/node-exporter:v1.0.1 args: - --path.procfs=/host/proc - --path.sysfs=/host/sys