File tree 8 files changed +10
-10
lines changed
monolithic-mode/all-in-one
8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
labels :
9
9
metrics.grafana.com/scrape : false
10
10
depends_on : {minio: {condition: service_healthy}}
11
- image : ${LOKI_IMAGE:-docker.io/grafana/loki:3.4.2 }
11
+ image : ${LOKI_IMAGE:-docker.io/grafana/loki:3.4.3 }
12
12
configs :
13
13
- source : loki_config_file
14
14
target : /etc/loki/config.yaml
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ services:
33
33
mimirtool :
34
34
labels :
35
35
metrics.grafana.com/scrape : false
36
- image : ${MIMIRTOOL_IMAGE:-docker.io/grafana/mimirtool:2.15.1 }
36
+ image : ${MIMIRTOOL_IMAGE:-docker.io/grafana/mimirtool:2.16.0 }
37
37
volumes :
38
38
- ../../../monitoring-mixins/crontab:/etc/crontabs/root
39
39
- ../../../monitoring-mixins/alloy-mixin/deploy/alloy-mixin-alerts.yaml:/rules/alloy-mixin-alerts.yaml
Original file line number Diff line number Diff line change 1
1
ALLOY_IMAGE = grafana/alloy:v1.7.5
2
- LOKI_IMAGE = grafana/loki:3.4.2
2
+ LOKI_IMAGE = grafana/loki:3.4.3
3
3
GRAFANA_IMAGE = grafana/grafana:11.6.0
4
4
TEMPO_IMAGE = grafana/tempo:2.7.2
5
5
MIMIR_IMAGE = grafana/mimir-alpine:2.15.1
6
- MIMIRTOOL_IMAGE = grafana/mimirtool:2.15.1
6
+ MIMIRTOOL_IMAGE = grafana/mimirtool:2.16.0
7
7
PYROSCOPE_IMAGE = grafana/pyroscope:1.13.1
8
8
NGINX_IMAGE = nginxinc/nginx-unprivileged:1.27-alpine
9
9
MINIO_IMAGE = minio/minio:RELEASE.2024-12-18T13-15-44Z
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ services:
62
62
distributor :
63
63
labels : *loki-labels
64
64
depends_on : {ingester: {condition: service_healthy}}
65
- image : &lokiImage ${LOKI_IMAGE:-docker.io/grafana/loki:3.4.2}
65
+ image : " &lokiImage ${LOKI_IMAGE:-docker.io/grafana/loki:3.4.3} "
66
66
configs :
67
67
- source : loki_config_file
68
68
target : /etc/loki/config.yaml
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ services:
227
227
mimirtool :
228
228
labels :
229
229
metrics.grafana.com/scrape : false
230
- image : ${MIMIRTOOL_IMAGE:-docker.io/grafana/mimirtool:2.15.1 }
230
+ image : ${MIMIRTOOL_IMAGE:-docker.io/grafana/mimirtool:2.16.0 }
231
231
volumes :
232
232
- ../../../monitoring-mixins/crontab:/etc/crontabs/root
233
233
- ../../../monitoring-mixins/alloy-mixin/deploy/alloy-mixin-alerts.yaml:/rules/alloy-mixin-alerts.yaml
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ services:
68
68
metrics.grafana.com/scrape : false
69
69
profiles.grafana.com/service_name : loki
70
70
depends_on : {minio: {condition: service_healthy}}
71
- image : ${LOKI_IMAGE:-docker.io/grafana/loki:3.4.2 }
71
+ image : ${LOKI_IMAGE:-docker.io/grafana/loki:3.4.3 }
72
72
configs :
73
73
- source : loki_config_file
74
74
target : /etc/loki/config.yaml
@@ -153,7 +153,7 @@ services:
153
153
mimirtool :
154
154
labels :
155
155
metrics.grafana.com/scrape : false
156
- image : ${MIMIRTOOL_IMAGE:-docker.io/grafana/mimirtool:2.15.1 }
156
+ image : ${MIMIRTOOL_IMAGE:-docker.io/grafana/mimirtool:2.16.0 }
157
157
volumes :
158
158
- ../../../monitoring-mixins/crontab:/etc/crontabs/root
159
159
- ../../../monitoring-mixins/alloy-mixin/deploy/alloy-mixin-alerts.yaml:/rules/alloy-mixin-alerts.yaml
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ services:
56
56
57
57
loki-read :
58
58
depends_on : {minio: {condition: service_healthy}}
59
- image : &lokiImage ${LOKI_IMAGE:-docker.io/grafana/loki:3.4.2}
59
+ image : " &lokiImage ${LOKI_IMAGE:-docker.io/grafana/loki:3.4.3} "
60
60
configs :
61
61
- source : loki_config_file
62
62
target : /etc/loki/config.yaml
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ services:
106
106
mimirtool :
107
107
labels :
108
108
metrics.grafana.com/scrape : false
109
- image : ${MIMIRTOOL_IMAGE:-docker.io/grafana/mimirtool:2.15.1 }
109
+ image : ${MIMIRTOOL_IMAGE:-docker.io/grafana/mimirtool:2.16.0 }
110
110
volumes :
111
111
- ../../../monitoring-mixins/crontab:/etc/crontabs/root
112
112
- ../../../monitoring-mixins/alloy-mixin/deploy/alloy-mixin-alerts.yaml:/rules/alloy-mixin-alerts.yaml
You can’t perform that action at this time.
0 commit comments