Skip to content

Commit e925f43

Browse files
author
Jimmy Ungerman
committed
upgrade jaeger-operator to latest 1.57 version
Signed-off-by: Jimmy Ungerman <jimmy@defenseunicorns.com>
1 parent f3c8839 commit e925f43

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

charts/jaeger-operator/COMPATIBILITY.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ The following table shows the compatibility of `Jaeger Operator helm chart` with
22

33
| Chart version | Jaeger Operator | Kubernetes | Strimzi Operator | Cert-Manager |
44
|---------------------------|-----------------|-----------------|--------------------|--------------|
5+
| 2.54.0 | v1.57.x | v1.19 to v1.29 | v0.32 | v1.6.1+ |
56
| 2.50.0 | v1.52.x | v1.19 to v1.28 | v0.32 | v1.6.1+ |
67
| 2.49.0 | v1.49.x | v1.19 to v1.28 | v0.32 | v1.6.1+ |
78
| 2.47.0 | v1.47.x | v1.19 to v1.26 | v0.23 | v1.6.1+ |

charts/jaeger-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: jaeger-operator Helm chart for Kubernetes
33
name: jaeger-operator
4-
version: 2.53.0
5-
appVersion: 1.52.0
4+
version: 2.54.0
5+
appVersion: 1.57.0
66
home: https://www.jaegertracing.io/
77
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
88
sources:

charts/jaeger-operator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following table lists the configurable parameters of the jaeger-operator cha
5959
| `serviceExtraLabels` | Additional labels to jaeger-operator service | `{}` |
6060
| `extraLabels` | Additional labels to jaeger-operator deployment | `{}` |
6161
| `image.repository` | Controller container image repository | `jaegertracing/jaeger-operator` |
62-
| `image.tag` | Controller container image tag | `1.52.0` |
62+
| `image.tag` | Controller container image tag | `1.57.0` |
6363
| `image.pullPolicy` | Controller container image pull policy | `IfNotPresent` |
6464
| `jaeger.create` | Jaeger instance will be created | `false` |
6565
| `jaeger.spec` | Jaeger instance specification | `{}` |

charts/jaeger-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: jaegertracing/jaeger-operator
7-
tag: 1.52.0
7+
tag: 1.57.0
88
pullPolicy: IfNotPresent
99
imagePullSecrets: []
1010

0 commit comments

Comments
 (0)