Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update otel/opentelemetry-collector Docker tag to v0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2022
1 parent 8cda625 commit 911105a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

otel-collector:
platform: linux/amd64
image: "otel/opentelemetry-collector:0.56.0"
image: "otel/opentelemetry-collector:0.58.0"
command: [ "--config=/etc/otel-collector-config.yml" ]
volumes:
- ./otel-collector-config.yml:/etc/otel-collector-config.yml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/promscale-demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
PROMSCALE_PKG: "docker-quick-start"

collector:
image: "otel/opentelemetry-collector:0.56.0"
image: "otel/opentelemetry-collector:0.58.0"
restart: on-failure
command: [ "--config=/etc/otel-collector-config.yml" ]
depends_on:
Expand Down

0 comments on commit 911105a

Please sign in to comment.