Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Bump jaeger version to 1.2 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Feb 22, 2018
1 parent 7ea061c commit 533a1b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jaeger-production-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ items:
jaeger-infra: collector-pod
spec:
containers:
- image: jaegertracing/jaeger-collector:1.1
- image: jaegertracing/jaeger-collector:1.2
name: jaeger-collector
command:
- "/go/bin/collector-linux"
Expand Down Expand Up @@ -119,7 +119,7 @@ items:
jaeger-infra: query-pod
spec:
containers:
- image: jaegertracing/jaeger-query:1.1
- image: jaegertracing/jaeger-query:1.2
name: jaeger-query
command:
- "/go/bin/query-linux"
Expand Down
2 changes: 1 addition & 1 deletion production/cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ items:
spec:
containers:
- name: jaeger-cassandra-schema
image: jaegertracing/jaeger-cassandra-schema:0.9
image: jaegertracing/jaeger-cassandra-schema:1.2
env:
- name: MODE
value: "prod"
Expand Down

0 comments on commit 533a1b7

Please sign in to comment.