Skip to content

Commit

Permalink
Merge pull request #686 from apollographql/renovate/openzipkin-zipkin…
Browse files Browse the repository at this point in the history
…-3.x

Update openzipkin/zipkin Docker tag to v3
  • Loading branch information
prasek committed Jan 25, 2024
2 parents 9edad2f + d1cb295 commit 9e6d1a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.otel-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- zipkin
zipkin:
container_name: zipkin
image: openzipkin/zipkin:2.27.1
image: openzipkin/zipkin:3.0.5
ports:
- "9411:9411"
prometheus:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.otel-zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ services:
build: ./subgraphs/pandas
zipkin:
container_name: zipkin
image: openzipkin/zipkin:2.27.1
image: openzipkin/zipkin:3.0.5
ports:
- "9411:9411"
2 changes: 1 addition & 1 deletion docker-compose.router-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- zipkin
zipkin:
container_name: zipkin
image: openzipkin/zipkin:2.27.1
image: openzipkin/zipkin:3.0.5
ports:
- "9411:9411"
prometheus:
Expand Down

0 comments on commit 9e6d1a7

Please sign in to comment.