Skip to content

Commit

Permalink
Release v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeger Release committed Sep 30, 2020
1 parent 7d7d6ab commit 5bf8921
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ metadata:
capabilities: Deep Insights
categories: Logging & Tracing
certified: "false"
containerImage: docker.io/jaegertracing/jaeger-operator:1.19.0
containerImage: docker.io/jaegertracing/jaeger-operator:1.20.0
createdAt: "2019-09-04T13:28:40+00:00"
description: Provides tracing, monitoring and troubleshooting for microservices-based
distributed systems
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: jaegertracing/jaeger-operator:1.19.0
image: jaegertracing/jaeger-operator:1.20.0
ports:
- containerPort: 8383
name: http-metrics
Expand Down
2 changes: 1 addition & 1 deletion test/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: jaegertracing/jaeger-operator:1.19.0
image: jaegertracing/jaeger-operator:1.20.0
ports:
- containerPort: 60000
name: metrics
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jaeger=1.20.0

# DO NOT EDIT the next value, it is updated automatically during the release.
# Represents the current (latest) release of the Jaeger Operator.
operator=1.19.0
operator=1.20.0

0 comments on commit 5bf8921

Please sign in to comment.