Skip to content

Commit

Permalink
Reverted changes to the operator images to use
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Feb 19, 2020
1 parent 39c236f commit 83f3dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/examples/operator-with-tracing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: jaeger-operator
containers:
- name: jaeger-operator
image: quay.io/jpkroehling/jaeger-operator:StreamlinePermissions
image: jaegertracing/jaeger-operator:1.16.0 # operator tracing is available since 1.16.0
ports:
- containerPort: 8383
name: metrics
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: jaeger-operator
containers:
- name: jaeger-operator
image: quay.io/jpkroehling/jaeger-operator:StreamlinePermissions
image: jaegertracing/jaeger-operator:1.16.0
ports:
- containerPort: 8383
name: metrics
Expand Down

0 comments on commit 83f3dda

Please sign in to comment.