Skip to content

Commit a821c22

Browse files
Merge pull request #3594 from SwiftPackageIndex/maintenance-updates
Mon updates
2 parents bc1b2f2 + 64aab82 commit a821c22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mon.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)