Skip to content

Commit

Permalink
fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Sep 11, 2023
1 parent 6092018 commit 878342b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
networks:
default: null
restart: unless-stopped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
networks:
default: null
restart: unless-stopped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
networks:
default: null
restart: unless-stopped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
ports:
- 16686:16686
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
ports:
- 16686:16686
networks:
Expand Down
2 changes: 1 addition & 1 deletion examples/observability-to-the-rescue/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:
- jaeger

jaeger:
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
restart: unless-stopped
ports:
- 16686:16686
Expand Down
2 changes: 1 addition & 1 deletion examples/quick-start-go-and-kafka/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:
condition: service_started

jaeger:
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
restart: unless-stopped
ports:
- 16686:16686
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- ./tracetest/collector.config.yaml:/otel-local-config.yaml

jaeger:
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
restart: unless-stopped
ports:
- "16686:16686"
Expand Down
2 changes: 1 addition & 1 deletion examples/quick-start-net-core/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
- 4318:4318

jaeger:
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
2 changes: 1 addition & 1 deletion examples/quick-start-tail-sampling/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
condition: service_started

jaeger:
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
restart: unless-stopped
ports:
- 16686:16686
Expand Down
2 changes: 1 addition & 1 deletion examples/tracetest-otel-demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
condition: service_healthy

jaeger:
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
restart: unless-stopped
environment:
- COLLECTOR_OTLP_ENABLED=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- 4317

jaeger:
image: jaegertracing/all-in-one:v1.48
image: jaegertracing/all-in-one:v1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
2 changes: 1 addition & 1 deletion testing/load/infra/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- 4318:4318

jaeger:
# image: jaegertracing/all-in-one:v1.48
# image: jaegertracing/all-in-one:v1.48.0
image: jaegertracing/all-in-one:1.46.0
restart: unless-stopped
healthcheck:
Expand Down

0 comments on commit 878342b

Please sign in to comment.