Skip to content

Commit da9767b

Browse files
Merge pull request #9 from CMLPlatform/dependabot/docker_compose/monitoring-stack-updates-20558f6048
build(deps): Bump the monitoring-stack-updates group with 2 updates
2 parents 47faa68 + 5fbf7c5 commit da9767b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compose.tunnel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
services:
1111
cloudflared:
12-
image: cloudflare/cloudflared:2026.6.1
12+
image: cloudflare/cloudflared:2026.7.0
1313
restart: unless-stopped
1414
depends_on: [ grafana, otel-collector ]
1515
command: tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN:?set CLOUDFLARE_TUNNEL_TOKEN in .env}

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ x-logging: &default-logging
2020

2121
services:
2222
otel-collector:
23-
image: otel/opentelemetry-collector-contrib:0.155.0
23+
image: otel/opentelemetry-collector-contrib:0.156.0
2424
restart: unless-stopped
2525
depends_on: [ loki, tempo, prometheus ]
2626
ports:

0 commit comments

Comments
 (0)