aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-08-26 18:06:44 +0200
committerGitHub <noreply@github.com>2025-08-26 18:06:44 +0200
commit6b5d2e75fe8c05b0d35bb96c07ea1bdff33f677e (patch)
treed7b6522fbf60be7d4fcc412c580ae7826be3b4fe /contrib
parentb12a23681cd415c23408434c63c7803f82781f5d (diff)
downloadwarden-6b5d2e75fe8c05b0d35bb96c07ea1bdff33f677e.tar.bz2
warden-6b5d2e75fe8c05b0d35bb96c07ea1bdff33f677e.zip
chore(deps): update otel/opentelemetry-collector docker tag to v0.133.0 (#19)
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 9982d9b..cb0e733 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.132.4
+ image: otel/opentelemetry-collector:0.133.0
command: [ "--config=/etc/otel-collector.yaml" ]
volumes:
- ./config/otel-collector.yaml:/etc/otel-collector.yaml