aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-23 08:27:25 +0200
committerGitHub <noreply@github.com>2025-10-23 08:27:25 +0200
commit98f35470ae79360433d7bd77a03441b2b3fbf2e7 (patch)
tree7cc7749c7f80312d9d6e8c5527f85f742c64708f /contrib
parent172ca8246d12bc3170d9f32c4c4fc0c575289b1d (diff)
downloadwarden-98f35470ae79360433d7bd77a03441b2b3fbf2e7.tar.bz2
warden-98f35470ae79360433d7bd77a03441b2b3fbf2e7.zip
chore(deps): update otel/opentelemetry-collector docker tag to v0.138.0 (#73)
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 3fc8bd6..b38edd1 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.137.0
+ image: otel/opentelemetry-collector:0.138.0
command: [ "--config=/etc/otel-collector.yaml" ]
volumes:
- ./config/otel-collector.yaml:/etc/otel-collector.yaml