Skip to content

Commit

Permalink
Revert "Update jaegertracing/all-in-one Docker tag to v1.65.0 (#10563)…
Browse files Browse the repository at this point in the history
…" (#10578)

This reverts commit e5d998b.
  • Loading branch information
aknuds1 authored Feb 4, 2025
1 parent e3862e4 commit 170e7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:

jaeger:
# Use 1.62 specifically since 1.63 removes the agent which we depend on for now.
image: jaegertracing/all-in-one:1.65.0
image: jaegertracing/all-in-one:1.62.0
ports:
- 16686:16686
- "14268"
Expand Down
2 changes: 1 addition & 1 deletion development/mimir-monolithic-mode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:

jaeger:
# Use 1.62 specifically since 1.63 removes the agent which we depend on for now.
image: jaegertracing/all-in-one:1.65.0
image: jaegertracing/all-in-one:1.62.0
ports:
- 16681:16686
- "14268"
Expand Down

0 comments on commit 170e7ac

Please sign in to comment.