Skip to content

Commit 1cf605d

Browse files
committed
Merge remote-tracking branch 'upstream/main' into 2025/add/fluentd
2 parents 3ea41b5 + 1097b67 commit 1cf605d

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

services/graylog/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
cpus: "0.1"
4949
# Graylog: https://hub.docker.com/r/graylog/graylog/
5050
graylog:
51-
image: graylog/graylog:6.0.5
51+
image: graylog/graylog:6.2.2
5252
init: true
5353
# user: "1000:1001"
5454
configs:

services/jaeger/docker-compose.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
jaeger:
5-
image: jaegertracing/all-in-one:1.60.0
5+
image: jaegertracing/all-in-one:1.68.0
66
command: >
77
--query.base-path=/jaeger
88
init: true
@@ -33,7 +33,7 @@ services:
3333
memory: 64M
3434
cpus: "0.1"
3535
otel-collector:
36-
image: otel/opentelemetry-collector-contrib:0.105.0
36+
image: otel/opentelemetry-collector-contrib:0.123.0
3737
configs:
3838
- source: opentelemetry-collector-config
3939
target: /etc/otel/config.yaml

services/monitoring/docker-compose.yml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
cpus: "0.1"
2626
prometheuscatchall:
2727
hostname: "{% raw %}{{.Service.Name}}{% endraw %}"
28-
image: prom/prometheus:v2.54.0
28+
image: prom/prometheus:v2.55.1
2929
volumes:
3030
- prometheus_data:/prometheus
3131
- /var/run/docker.sock:/var/run/docker.sock:ro
@@ -71,7 +71,7 @@ services:
7171
cpus: "0.2"
7272
prometheusfederation:
7373
hostname: "{% raw %}{{.Service.Name}}{% endraw %}"
74-
image: prom/prometheus:v2.54.0
74+
image: prom/prometheus:v2.55.1
7575
volumes:
7676
- prometheus_data_federation:/prometheus
7777
- /var/run/docker.sock:/var/run/docker.sock:ro
@@ -218,7 +218,7 @@ services:
218218
cpus: "0.1"
219219

220220
grafana:
221-
image: grafana/grafana-oss:11.2.4
221+
image: grafana/grafana-oss:12.0.0
222222
volumes:
223223
- grafana_data:/var/lib/grafana
224224
env_file:
@@ -370,7 +370,7 @@ services:
370370
memory: 32M
371371
cpus: "0.1"
372372
tempo:
373-
image: grafana/tempo:2.6.1
373+
image: grafana/tempo:2.7.2
374374
command: "-target=scalable-single-binary -config.file=/etc/tempo.yaml"
375375
configs:
376376
- source: tempo_config

services/monitoring/tempo_config.yaml.j2

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ distributor:
66
otlp:
77
protocols:
88
http:
9+
endpoint: "0.0.0.0:4318" # Explicitly bind to all interfaces https://github.com/grafana/tempo/issues/4465
910
grpc:
11+
endpoint: "0.0.0.0:4317" # Explicitly bind to all interfaces https://github.com/grafana/tempo/issues/4465
1012

1113
#ingester:
1214
# max_block_duration: 5m # cut the headblock when this much time passes. this should probably be left alone normally
@@ -38,13 +40,10 @@ storage:
3840
secret_key: {{S3_SECRET_KEY}}
3941
insecure: false
4042
tls_insecure_skip_verify: true
41-
# For using AWS, select the appropriate regional endpoint and region
42-
# endpoint: s3.dualstack.us-west-2.amazonaws.com
43-
# region: us-west-2
4443

4544
querier:
4645
frontend_worker:
47-
frontend_address: localhost:9095
46+
frontend_address: 0.0.0.0:9095
4847

4948
overrides:
5049
defaults:

services/portainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
agent:
5-
image: portainer/agent:2.20.3 # Needs to match portainer-ce version
5+
image: portainer/agent:2.27.6 # Needs to match portainer-ce version
66
init: true
77
environment:
88
# REQUIRED: Should be equal to the service name prefixed by "tasks." when
@@ -26,7 +26,7 @@ services:
2626
memory: 50M
2727

2828
portainer:
29-
image: portainer/portainer-ce:2.20.3
29+
image: portainer/portainer-ce:2.27.6
3030
init: true
3131
command: >
3232
-H tcp://tasks.agent:9001 --tlsskipverify

services/traefik/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
traefik:
5-
image: "traefik:v3.1.2@sha256:ec1a82940b8e00eaeef33fb4113aa1d1573b2ebb6440e10c023743fe96f08475"
5+
image: "traefik:v3.4.0"
66
init: true
77
command:
88
- "--api=true"

0 commit comments

Comments
 (0)