mirror of https://github.com/dapr/docs.git
update the jaeger version to version 1.22 (#1468)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
parent
ddda38f714
commit
3f6095aba1
|
@ -23,7 +23,7 @@ docker run -d --name jaeger \
|
|||
-e COLLECTOR_ZIPKIN_HTTP_PORT=9412 \
|
||||
-p 16686:16686 \
|
||||
-p 9412:9412 \
|
||||
jaegertracing/all-in-one:1.21
|
||||
jaegertracing/all-in-one:1.22
|
||||
```
|
||||
|
||||
|
||||
|
@ -74,7 +74,7 @@ spec:
|
|||
ingress:
|
||||
enabled: false
|
||||
allInOne:
|
||||
image: jaegertracing/all-in-one:1.13
|
||||
image: jaegertracing/all-in-one:1.22
|
||||
options:
|
||||
query:
|
||||
base-path: /jaeger
|
||||
|
|
Loading…
Reference in New Issue