Skip to content

Commit

Permalink
Release v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeger Release committed Aug 11, 2021
1 parent bcfc6e6 commit 27a0cd1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: jaeger-operator.v1.24.0
- currentCSV: jaeger-operator.v1.25.0
name: stable
defaultChannel: stable
packageName: jaeger
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
distributed systems
repository: https://github.com/jaegertracing/jaeger-operator
support: Jaeger Community
name: jaeger-operator.v1.24.0
name: jaeger-operator.v1.25.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -300,15 +300,21 @@ spec:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: jaeger-operator
image: jaegertracing/jaeger-operator:1.24.0
image: jaegertracing/jaeger-operator:1.25.0
imagePullPolicy: Always
name: jaeger-operator
ports:
- containerPort: 8383
name: http-metrics
- containerPort: 8686
name: cr-metrics
resources: {}
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
serviceAccountName: jaeger-operator
permissions:
- rules:
Expand Down Expand Up @@ -501,8 +507,8 @@ spec:
maturity: alpha
provider:
name: CNCF
replaces: jaeger-operator.v1.23.0
replaces: jaeger-operator.v1.24.0
selector:
matchLabels:
name: jaeger-operator
version: 1.24.0
version: 1.25.0
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.24.0
image: jaegertracing/jaeger-operator:1.25.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.24.0
image: jaegertracing/jaeger-operator:1.25.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.25.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.24.0
operator=1.25.0

0 comments on commit 27a0cd1

Please sign in to comment.