aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-09-24 11:19:18 +0200
committerGitHub <noreply@github.com>2025-09-24 11:19:18 +0200
commit6254e2cc3a840759a698c27e845fc9ea445c35a4 (patch)
treeb2c2e49e6cc5cfb2fba2540bdb682c6267313b40 /contrib
parent895772d9b11bdcefa7e5d5ce519fb7caa285a3c3 (diff)
downloadwarden-6254e2cc3a840759a698c27e845fc9ea445c35a4.tar.bz2
warden-6254e2cc3a840759a698c27e845fc9ea445c35a4.zip
chore(deps): update otel/opentelemetry-collector docker tag to v0.136.0 (#47)
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 444744f..8d1b5ce 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.135.0
+ image: otel/opentelemetry-collector:0.136.0
command: [ "--config=/etc/otel-collector.yaml" ]
volumes:
- ./config/otel-collector.yaml:/etc/otel-collector.yaml