Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore(deps): update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 4, 2023
1 parent 6a2579e commit 3a82dc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ services:

otel-collector:
platform: linux/amd64
image: "otel/opentelemetry-collector-contrib:0.63.1"
image: "otel/opentelemetry-collector-contrib:0.68.0"
command: [ "--config=/etc/otel-collector-config.yml" ]
volumes:
- ${PWD}/otel-collector-config.yml:/etc/otel-collector-config.yml
ports:
- "14268:14268" # jaeger http

jaeger:
image: jaegertracing/jaeger-query:1.37.0
image: jaegertracing/jaeger-query:1.41.0
environment:
SPAN_STORAGE_TYPE: grpc-plugin
METRICS_STORAGE_TYPE: prometheus
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/jaeger-promscale-demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
depends_on:
- promscale
restart: on-failure
image: jaegertracing/jaeger-query:1.37.0
image: jaegertracing/jaeger-query:1.41.0
environment:
SPAN_STORAGE_TYPE: grpc-plugin
GRPC_STORAGE_SERVER: promscale:9202
Expand All @@ -36,7 +36,7 @@ services:
hotrod:
depends_on:
- jaeger-collector
image: jaegertracing/example-hotrod:1.37.0
image: jaegertracing/example-hotrod:1.41.0
environment:
JAEGER_ENDPOINT: http://jaeger-collector:14268/api/traces
ports:
Expand All @@ -46,7 +46,7 @@ services:
depends_on:
- promscale
restart: on-failure
image: jaegertracing/jaeger-collector:1.37.0
image: jaegertracing/jaeger-collector:1.41.0
environment:
SPAN_STORAGE_TYPE: grpc-plugin
GRPC_STORAGE_SERVER: promscale:9202
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/promscale-demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
PROMSCALE_PKG: "docker-quick-start"

collector:
image: "otel/opentelemetry-collector-contrib:0.63.1"
image: "otel/opentelemetry-collector-contrib:0.68.0"
restart: on-failure
command: [ "--config=/etc/otel-collector-config.yml" ]
depends_on:
Expand All @@ -61,7 +61,7 @@ services:
- ${PWD}/../otel-collector-config.yml:/etc/otel-collector-config.yml

jaeger-all-in-one:
image: jaegertracing/all-in-one:1.39.0
image: jaegertracing/all-in-one:1.41.0
restart: on-failure
environment:
SPAN_STORAGE_TYPE: grpc-plugin
Expand Down

0 comments on commit 3a82dc2

Please sign in to comment.