Skip to content

Commit 874aeeb

Browse files
committed
Mon updates
1 parent 308451b commit 874aeeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mon.yml

Lines changed: 3 additions & 3 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.3.1
23+
image: grafana/grafana:11.4.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.0
45+
image: grafana/loki:3.3.1
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.0
57+
image: grafana/promtail:3.3.1
5858
command: -config.file=/promtail.yml
5959
configs:
6060
- source: promtail_cfg

0 commit comments

Comments
 (0)