Commit b8e09c0 1 parent c137b94 commit b8e09c0 Copy full SHA for b8e09c0
File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ The following table shows the compatibility of `Jaeger Operator helm chart` with
2
2
3
3
| Chart version | Jaeger Operator | Kubernetes | Strimzi Operator | Cert-Manager |
4
4
| ---------------------------| -----------------| -----------------| --------------------| --------------|
5
+ | 2.54.0 | v1.57.x | v1.19 to v1.29 | v0.32 | v1.6.1+ |
5
6
| 2.50.0 | v1.52.x | v1.19 to v1.28 | v0.32 | v1.6.1+ |
6
7
| 2.49.0 | v1.49.x | v1.19 to v1.28 | v0.32 | v1.6.1+ |
7
8
| 2.47.0 | v1.47.x | v1.19 to v1.26 | v0.23 | v1.6.1+ |
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : jaeger-operator Helm chart for Kubernetes
3
3
name : jaeger-operator
4
- version : 2.53 .0
5
- appVersion : 1.52 .0
4
+ version : 2.54 .0
5
+ appVersion : 1.57 .0
6
6
home : https://www.jaegertracing.io/
7
7
icon : https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
8
8
sources :
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The following table lists the configurable parameters of the jaeger-operator cha
59
59
| ` serviceExtraLabels ` | Additional labels to jaeger-operator service | ` {} ` |
60
60
| ` extraLabels ` | Additional labels to jaeger-operator deployment | ` {} ` |
61
61
| ` 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 ` |
63
63
| ` image.pullPolicy ` | Controller container image pull policy | ` IfNotPresent ` |
64
64
| ` jaeger.create ` | Jaeger instance will be created | ` false ` |
65
65
| ` jaeger.spec ` | Jaeger instance specification | ` {} ` |
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : jaegertracing/jaeger-operator
7
- tag : 1.52 .0
7
+ tag : 1.57 .0
8
8
pullPolicy : IfNotPresent
9
9
imagePullSecrets : []
10
10
You can’t perform that action at this time.
0 commit comments