diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-18 17:13:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-18 17:13:56 +0200 |
commit | f9baca5981525003bd67ab1359a4acffa3831540 (patch) | |
tree | 027df2e47e788069197a56f2ce791269c0ee8332 /contrib | |
parent | b97c49396fe983bc2d75d4ae6d96c8520803012f (diff) | |
download | warden-f9baca5981525003bd67ab1359a4acffa3831540.tar.bz2 warden-f9baca5981525003bd67ab1359a4acffa3831540.zip |
chore(deps): update otel/opentelemetry-collector docker tag to v0.132.4 (#9)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/docker-compose/compose-monitoring.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker-compose/compose-monitoring.yaml b/contrib/docker-compose/compose-monitoring.yaml index fb68164..ef1d1d7 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.2 + image: otel/opentelemetry-collector:0.132.4 command: [ "--config=/etc/otel-collector.yaml" ] volumes: - ./config/otel-collector.yaml:/etc/otel-collector.yaml |