diff --git a/charts/jaeger-operator/COMPATIBILITY.md b/charts/jaeger-operator/COMPATIBILITY.md index a4fa9692..bc6e1715 100644 --- a/charts/jaeger-operator/COMPATIBILITY.md +++ b/charts/jaeger-operator/COMPATIBILITY.md @@ -2,6 +2,7 @@ The following table shows the compatibility of `Jaeger Operator helm chart` with | Chart version | Jaeger Operator | Kubernetes | Strimzi Operator | Cert-Manager | |---------------------------|-----------------|-----------------|--------------------|--------------| +| 2.49.0 | v1.49.x | v1.19 to v1.28 | v0.32 | v1.6.1+ | | 2.47.0 | v1.47.x | v1.19 to v1.26 | v0.23 | v1.6.1+ | | 2.46.0 | v1.46.x | v1.19 to v1.26 | v0.23 | v1.6.1+ | | 2.45.0 | v1.45.x | v1.19 to v1.26 | v0.23 | v1.6.1+ | diff --git a/charts/jaeger-operator/Chart.yaml b/charts/jaeger-operator/Chart.yaml index c8591c26..08f2321f 100644 --- a/charts/jaeger-operator/Chart.yaml +++ b/charts/jaeger-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: jaeger-operator Helm chart for Kubernetes name: jaeger-operator -version: 2.47.0 -appVersion: 1.47.0 +version: 2.49.0 +appVersion: 1.49.0 home: https://www.jaegertracing.io/ icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg sources: diff --git a/charts/jaeger-operator/README.md b/charts/jaeger-operator/README.md index 68fd623d..a9db594c 100644 --- a/charts/jaeger-operator/README.md +++ b/charts/jaeger-operator/README.md @@ -59,7 +59,7 @@ The following table lists the configurable parameters of the jaeger-operator cha | `serviceExtraLabels` | Additional labels to jaeger-operator service | `{}` | | `extraLabels` | Additional labels to jaeger-operator deployment | `{}` | | `image.repository` | Controller container image repository | `jaegertracing/jaeger-operator` | -| `image.tag` | Controller container image tag | `1.47.0` | +| `image.tag` | Controller container image tag | `1.49.0` | | `image.pullPolicy` | Controller container image pull policy | `IfNotPresent` | | `jaeger.create` | Jaeger instance will be created | `false` | | `jaeger.spec` | Jaeger instance specification | `{}` | diff --git a/charts/jaeger-operator/values.yaml b/charts/jaeger-operator/values.yaml index 17505070..ff30781e 100644 --- a/charts/jaeger-operator/values.yaml +++ b/charts/jaeger-operator/values.yaml @@ -4,7 +4,7 @@ image: repository: jaegertracing/jaeger-operator - tag: 1.47.0 + tag: 1.49.0 pullPolicy: IfNotPresent imagePullSecrets: []