diff --git a/mon.yml b/mon.yml index 960c023de..a8f53f6a9 100644 --- a/mon.yml +++ b/mon.yml @@ -20,7 +20,7 @@ services: grafana: # https://github.com/grafana/grafana/releases - image: grafana/grafana:11.6.0 + image: grafana/grafana:11.6.1 environment: GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD} GF_USERS_ALLOW_SIGN_UP: 'false' @@ -42,7 +42,7 @@ services: loki: # https://github.com/grafana/loki/releases - image: grafana/loki:3.4.2 + image: grafana/loki:3.5.0 command: -config.file=/loki.yml configs: - source: loki_cfg @@ -54,7 +54,7 @@ services: promtail: # https://github.com/grafana/loki/releases # (promtail is released in parallel with loki) - image: grafana/promtail:3.4.2 + image: grafana/promtail:3.5.0 command: -config.file=/promtail.yml configs: - source: promtail_cfg @@ -71,7 +71,7 @@ services: prometheus: # https://github.com/prometheus/prometheus/releases - image: prom/prometheus:v3.2.1 + image: prom/prometheus:v3.3.1 volumes: - prometheus_data:/prometheus command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d @@ -89,14 +89,14 @@ services: pushgateway: # https://github.com/prometheus/pushgateway/releases - image: prom/pushgateway:v1.11.0 + image: prom/pushgateway:v1.11.1 networks: - app_backend node-exporter: # https://github.com/prometheus/node_exporter/releases - image: prom/node-exporter:v1.9.0 + image: prom/node-exporter:v1.9.1 networks: - app_backend volumes: