Navigation Menu

Skip to content

Commit

Permalink
Release v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeger Release committed Jul 9, 2021
1 parent a9cd80b commit 061f418
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
@@ -1,5 +1,5 @@
channels:
- currentCSV: jaeger-operator.v1.23.0
- currentCSV: jaeger-operator.v1.24.0
name: stable
defaultChannel: stable
packageName: jaeger
Expand Up @@ -21,7 +21,7 @@ metadata:
distributed systems
repository: https://github.com/jaegertracing/jaeger-operator
support: Jaeger Community
name: jaeger-operator.v1.23.0
name: jaeger-operator.v1.24.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -300,7 +300,7 @@ spec:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: jaeger-operator
image: jaegertracing/jaeger-operator:1.23.0
image: jaegertracing/jaeger-operator:1.24.0
imagePullPolicy: Always
name: jaeger-operator
ports:
Expand Down Expand Up @@ -501,8 +501,8 @@ spec:
maturity: alpha
provider:
name: CNCF
replaces: jaeger-operator.v1.22.1
replaces: jaeger-operator.v1.23.0
selector:
matchLabels:
name: jaeger-operator
version: 1.23.0
version: 1.24.0
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: jaeger-operator
containers:
- name: jaeger-operator
image: jaegertracing/jaeger-operator:1.23.0
image: jaegertracing/jaeger-operator:1.24.0
ports:
- containerPort: 8383
name: http-metrics
Expand Down
2 changes: 1 addition & 1 deletion test/operator.yaml
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: jaeger-operator
containers:
- name: jaeger-operator
image: jaegertracing/jaeger-operator:1.23.0
image: jaegertracing/jaeger-operator:1.24.0
ports:
- containerPort: 60000
name: metrics
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Expand Up @@ -4,4 +4,4 @@ jaeger=1.24.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.23.0
operator=1.24.0

0 comments on commit 061f418

Please sign in to comment.