Skip to content

Commit

Permalink
Update otel/opentelemetry-collector-contrib Docker tag to v0.106.1 (#453
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent a8c1dce commit 0b48d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javaagent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
depends_on:
- collector
collector:
image: otel/opentelemetry-collector-contrib:0.106.0
image: otel/opentelemetry-collector-contrib:0.106.1
volumes:
- ./collector-config.yaml:/collector-config.yaml
command: ["--config=/collector-config.yaml"]
Expand Down
2 changes: 1 addition & 1 deletion log-appender/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
collector:
image: otel/opentelemetry-collector-contrib:0.106.0
image: otel/opentelemetry-collector-contrib:0.106.1
volumes:
- ./otel-config.yaml:/otel-config.yaml
command: ["--config=/otel-config.yaml"]
Expand Down
2 changes: 1 addition & 1 deletion spring-native/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
depends_on:
- collector
collector:
image: otel/opentelemetry-collector-contrib:0.106.0
image: otel/opentelemetry-collector-contrib:0.106.1
volumes:
- ./collector-spring-native-config.yaml:/collector-spring-native-config.yaml
command: ["--config=/collector-spring-native-config.yaml"]
Expand Down

0 comments on commit 0b48d7d

Please sign in to comment.