Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
chore(deps): update jaegertracing to v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2022
1 parent 27b4745 commit 19e5438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.jaeger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- JAEGER_REPORTER_LOG_SPANS=false

jaeger-agent:
image: jaegertracing/jaeger-agent:1.38.1
image: jaegertracing/jaeger-agent:1.40.0
command:
[
"--reporter.grpc.host-port=jaeger-collector:14250",
Expand All @@ -43,7 +43,7 @@ services:
- jaeger-collector

jaeger-collector:
image: jaegertracing/jaeger-collector:1.38.1
image: jaegertracing/jaeger-collector:1.40.0
entrypoint: /wait_to_start.sh
container_name: jaeger-collector
restart: on-failure
Expand All @@ -68,7 +68,7 @@ services:
- elasticsearch

jaeger-query:
image: jaegertracing/jaeger-query:1.38.1
image: jaegertracing/jaeger-query:1.40.0
entrypoint: /wait_to_start.sh
container_name: jaeger-query
restart: on-failure
Expand Down

0 comments on commit 19e5438

Please sign in to comment.