diff --git a/templates/grafana/deployment.yaml b/templates/grafana/deployment.yaml index 47262b0..49bf94f 100644 --- a/templates/grafana/deployment.yaml +++ b/templates/grafana/deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: grafana - image: docker.io/grafana/grafana:7.0.0 + image: docker.io/grafana/grafana:7.0.1 env: - name: GF_PATHS_CONFIG value: "/etc/grafana/custom.ini" diff --git a/templates/prometheus/exporters/node-exporter/daemonset.yaml b/templates/prometheus/exporters/node-exporter/daemonset.yaml index 3b4199f..963dcb6 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-rc.1 + image: quay.io/prometheus/node-exporter:v1.0.0 args: - --path.procfs=/host/proc - --path.sysfs=/host/sys