Skip to content

Commit 2b73d8e

Browse files
committed
Mon updates
1 parent 54a4c97 commit 2b73d8e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mon.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
grafana:
2222
# https://github.com/grafana/grafana/releases
23-
image: grafana/grafana:11.5.1
23+
image: grafana/grafana:11.6.0
2424
environment:
2525
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
2626
GF_USERS_ALLOW_SIGN_UP: 'false'
@@ -42,7 +42,7 @@ services:
4242

4343
loki:
4444
# https://github.com/grafana/loki/releases
45-
image: grafana/loki:3.3.2
45+
image: grafana/loki:3.4.2
4646
command: -config.file=/loki.yml
4747
configs:
4848
- source: loki_cfg
@@ -54,7 +54,7 @@ services:
5454
promtail:
5555
# https://github.com/grafana/loki/releases
5656
# (promtail is released in parallel with loki)
57-
image: grafana/promtail:3.3.2
57+
image: grafana/promtail:3.4.2
5858
command: -config.file=/promtail.yml
5959
configs:
6060
- source: promtail_cfg
@@ -71,7 +71,7 @@ services:
7171

7272
prometheus:
7373
# https://github.com/prometheus/prometheus/releases
74-
image: prom/prometheus:v3.1.0
74+
image: prom/prometheus:v3.2.1
7575
volumes:
7676
- prometheus_data:/prometheus
7777
command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
@@ -96,7 +96,7 @@ services:
9696

9797
node-exporter:
9898
# https://github.com/prometheus/node_exporter/releases
99-
image: prom/node-exporter:v1.8.2
99+
image: prom/node-exporter:v1.9.0
100100
networks:
101101
- app_backend
102102
volumes:
@@ -110,7 +110,7 @@ services:
110110

111111
cadvisor:
112112
# https://github.com/google/cadvisor/releases
113-
image: gcr.io/cadvisor/cadvisor:v0.51.0
113+
image: gcr.io/cadvisor/cadvisor:v0.52.1
114114
networks:
115115
- app_backend
116116
volumes:

0 commit comments

Comments
 (0)