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