From 84e35de5df44e8df6068b70df0b1016a67278b0c Mon Sep 17 00:00:00 2001 From: chgl Date: Sun, 30 Aug 2020 22:44:17 +0200 Subject: [PATCH] Updated jaeger-operator to version 1.19.0 Signed-off-by: chgl --- charts/jaeger-operator/Chart.yaml | 4 ++-- charts/jaeger-operator/README.md | 2 +- charts/jaeger-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/jaeger-operator/Chart.yaml b/charts/jaeger-operator/Chart.yaml index c7b7b20d..6eee50fb 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.15.1 -appVersion: 1.18.0 +version: 2.16.0 +appVersion: 1.19.0 home: https://www.jaegertracing.io/ icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg source: https://github.com/jaegertracing/jaeger-operator diff --git a/charts/jaeger-operator/README.md b/charts/jaeger-operator/README.md index 5eef7e1b..1373a4ed 100644 --- a/charts/jaeger-operator/README.md +++ b/charts/jaeger-operator/README.md @@ -51,7 +51,7 @@ The following table lists the configurable parameters of the jaeger-operator cha | Parameter | Description | Default | | :---------------------- | :---------------------------------------------------------------------------------------------------------- | :------------------------------ | | `image.repository` | Controller container image repository | `jaegertracing/jaeger-operator` | -| `image.tag` | Controller container image tag | `1.18.0` | +| `image.tag` | Controller container image tag | `1.19.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 81842dcd..0fa8fbf8 100644 --- a/charts/jaeger-operator/values.yaml +++ b/charts/jaeger-operator/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. image: repository: jaegertracing/jaeger-operator - tag: 1.18.0 + tag: 1.19.0 pullPolicy: IfNotPresent imagePullSecrets: []