[Stable/jaeger-operator] Update readme (#12774)

* [Stable/jaeger-operator] Update readme

This commit address changes from v1.10.0 to v1.11.0 by updating the readme
Reference link https://github.com/jaegertracing/jaeger-operator/blob/master/README.adoc#installing-the-operator

Signed-off-by: Luong Vo <vo.tran.thanh.luong@gmail.com>

* Bump chart version

Signed-off-by: Luong Vo <vo.tran.thanh.luong@gmail.com>
This commit is contained in:
Luong Vo
2019-04-04 03:46:50 -07:00
committed by Kubernetes Prow Robot
parent 0b411aec8e
commit 8143b4e49e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: jaeger-operator Helm chart for Kubernetes
name: jaeger-operator
version: 2.4.0
version: 2.4.1
appVersion: 1.11.0
home: https://www.jaegertracing.io/
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
+3 -3
View File
@@ -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.10.0`
`image.tag` | Controller container image tag | `1.11.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`
@@ -69,7 +69,7 @@ $ helm install stable/jaeger-operator --name my-release \
The simplest possible way to install is by creating a YAML file like the following:
```YAML
apiVersion: io.jaegertracing/v1alpha1
apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
name: simplest
@@ -89,7 +89,7 @@ After that just deploy the following manifest:
```YAML
# setup an elasticsearch with `make es`
apiVersion: io.jaegertracing/v1alpha1
apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
name: simple-prod