Skip to content

Commit

Permalink
Bump Jaeger to 1.7 (#41)
Browse files Browse the repository at this point in the history
* Bump Jaeger to 1.7

Signed-off-by: Juraci Paixão Kröhling <[email protected]>

* Fix comment on the jaeger.version

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Sep 25, 2018
1 parent a552812 commit e835a41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ metadata:
spec:
strategy: all-in-one # <1>
all-in-one:
image: jaegertracing/all-in-one:1.6 # <2>
image: jaegertracing/all-in-one:1.7 # <2>
options: # <3>
log-level: debug # <4>
memory: # <5>
Expand Down
2 changes: 1 addition & 1 deletion deploy/examples/all-in-one-with-options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
strategy: all-in-one
all-in-one:
image: jaegertracing/all-in-one:1.6
image: jaegertracing/all-in-one:1.7
options:
log-level: debug
memory.max-traces: 100000
4 changes: 2 additions & 2 deletions jaeger.version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this file contains the version of the Jaeger components that will be used
# by default with the Jaeger Operator. This would usually be the latest
# stable Jaeger version. When you update this file, make sure to update the
# deploy/operator.yaml and the docs as well.
1.6
# the docs as well.
1.7

0 comments on commit e835a41

Please sign in to comment.