aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-14 23:39:17 +0200
committerGitHub <noreply@github.com>2025-10-14 23:39:17 +0200
commit7659d5a766e66593a08837d2a1156d7c2f933c87 (patch)
treec8f66fd4fb788a88c1eea89ac323c229096fcf8d /contrib
parentdb4f21200e084ae773f2adf887f5a11b76900b6b (diff)
downloadwarden-7659d5a766e66593a08837d2a1156d7c2f933c87.tar.bz2
warden-7659d5a766e66593a08837d2a1156d7c2f933c87.zip
chore(deps): update otel/opentelemetry-collector docker tag to v0.137.0 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/docker-compose/compose-monitoring.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker-compose/compose-monitoring.yaml b/contrib/docker-compose/compose-monitoring.yaml
index c9dc909..f04db1a 100644
--- a/contrib/docker-compose/compose-monitoring.yaml
+++ b/contrib/docker-compose/compose-monitoring.yaml
@@ -59,7 +59,7 @@ services:
# And put them in an OTEL collector pipeline...
otel-collector:
- image: otel/opentelemetry-collector:0.136.0
+ image: otel/opentelemetry-collector:0.137.0
command: [ "--config=/etc/otel-collector.yaml" ]
volumes:
- ./config/otel-collector.yaml:/etc/otel-collector.yaml