mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/jaeger-operator] Update image (#11681)
* Update image Signed-off-by: Naseem Ullah <naseemkullah@gmail.com> * Update stable/jaeger-operator/Chart.yaml Co-Authored-By: naseemkullah <naseemkullah@gmail.com> Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
999fda290c
commit
3d7b96069b
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: jaeger-operator Helm chart for Kubernetes
|
||||
name: jaeger-operator
|
||||
version: 2.2.1
|
||||
appVersion: 1.9.0
|
||||
version: 2.3.0
|
||||
appVersion: 1.10.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.9.0`
|
||||
`image.tag` | Controller container image tag | `1.10.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.9.0
|
||||
tag: 1.10.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
rbac:
|
||||
|
||||
Reference in New Issue
Block a user