aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/metrics/deploy/metrics.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/metrics/deploy/metrics.hcl b/app/metrics/deploy/metrics.hcl
index df82b5e..36f0fbb 100644
--- a/app/metrics/deploy/metrics.hcl
+++ b/app/metrics/deploy/metrics.hcl
@@ -8,7 +8,7 @@ job "metrics" {
driver = "docker"
config {
- image = "quay.io/prometheus/node-exporter:latest"
+ image = "quay.io/prometheus/node-exporter:v1.1.2"
network_mode = "host"
volumes = [
"/:/host:ro,rslave"