File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ services:
4242
4343 loki :
4444 # https://github.com/grafana/loki/releases
45- image : grafana/loki:3.3.1
45+ image : grafana/loki:3.3.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.1
57+ image : grafana/promtail:3.3.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:v2.55.1
74+ image : prom/prometheus:v3.1.0
7575 volumes :
7676 - prometheus_data:/prometheus
7777 command : --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
@@ -89,7 +89,7 @@ services:
8989
9090 pushgateway :
9191 # https://github.com/prometheus/pushgateway/releases
92- image : prom/pushgateway:v1.10 .0
92+ image : prom/pushgateway:v1.11 .0
9393 networks :
9494 - app_backend
9595
You can’t perform that action at this time.
0 commit comments