mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump version jaeger-operator to 1.14.0 (#18216)
Signed-off-by: Anatoli Iariomenco <anatoli.iariomenco@qlik.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0ff8ad9c09
commit
e6b39fd82e
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: jaeger-operator Helm chart for Kubernetes
|
||||
name: jaeger-operator
|
||||
version: 2.9.0
|
||||
appVersion: 1.13.1
|
||||
version: 2.10.0
|
||||
appVersion: 1.14.0
|
||||
home: https://www.jaegertracing.io/
|
||||
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
|
||||
source: https://github.com/jaegertracing/jaeger-operator
|
||||
|
||||
@@ -44,7 +44,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.13.1` |
|
||||
| `image.tag` | Controller container image tag | `1.14.0` |
|
||||
| `image.pullPolicy` | Controller container image pull policy | `IfNotPresent` |
|
||||
| `rbac.create` | All required roles and rolebindings will be created | `true` |
|
||||
| `serviceAccount.create` | Service account to use | `true` |
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Declare variables to be passed into your templates.
|
||||
image:
|
||||
repository: jaegertracing/jaeger-operator
|
||||
tag: 1.13.1
|
||||
tag: 1.14.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
rbac:
|
||||
|
||||
Reference in New Issue
Block a user