Update prometheus, node-exporter

This commit is contained in:
Maximilien Richer 2024-03-09 12:03:22 +01:00
parent 6544cd3e14
commit 21c9744dbe
Signed by: maximilien
GPG Key ID: 04FD5063D6D43365
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ job "telemetry-storage" {
task "prometheus" {
driver = "docker"
config {
image = "prom/prometheus:v2.46.0"
image = "prom/prometheus:v2.50.1"
network_mode = "host"
ports = [ "prometheus" ]
args = [

View File

@ -12,7 +12,7 @@ job "telemetry-system" {
driver = "docker"
config {
image = "quay.io/prometheus/node-exporter:v1.6.1"
image = "quay.io/prometheus/node-exporter:v1.7.0"
network_mode = "host"
volumes = [
"/:/host:ro,rslave"