Skip to content

Commit

Permalink
Release v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeger Release committed Feb 27, 2020
1 parent b7ce28f commit c9147e7
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 4 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: jaeger-operator.v1.16.0
- currentCSV: jaeger-operator.v1.17.0
name: stable
defaultChannel: stable
packageName: jaeger
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.16.0
image: jaegertracing/jaeger-operator:1.17.0
ports:
- containerPort: 8383
name: 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.16.0
image: jaegertracing/jaeger-operator:1.17.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.17.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.16.0
operator=1.17.0

0 comments on commit c9147e7

Please sign in to comment.