diff --git a/incubator/jaeger/Chart.yaml b/incubator/jaeger/Chart.yaml index 10545f7a9f..9835651bb0 100644 --- a/incubator/jaeger/Chart.yaml +++ b/incubator/jaeger/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 1.10.0 +appVersion: 1.11.0 description: A Jaeger Helm chart for Kubernetes name: jaeger -version: 0.9.0 +version: 0.10.0 keywords: - jaeger - opentracing diff --git a/incubator/jaeger/README.md b/incubator/jaeger/README.md index 62fe129ebb..03095d9a31 100644 --- a/incubator/jaeger/README.md +++ b/incubator/jaeger/README.md @@ -216,7 +216,7 @@ The following table lists the configurable parameters of the Jaeger chart and th | `storage.elasticsearch.user` | Provisioned elasticsearch user | elastic | | `storage.elasticsearch.nodesWanOnly` | Only access specified es host | false | | `storage.type` | Storage type (ES or Cassandra) | cassandra | -| `tag` | Image tag/version | 1.10.0 | +| `tag` | Image tag/version | 1.11.0 | For more information about some of the tunable parameters that Cassandra provides, please visit the helm chart for [cassandra](https://github.com/kubernetes/charts/tree/master/incubator/cassandra) and the official [website](http://cassandra.apache.org/) at apache.org. diff --git a/incubator/jaeger/values.yaml b/incubator/jaeger/values.yaml index 09505f0f2d..7ec7f65e5c 100644 --- a/incubator/jaeger/values.yaml +++ b/incubator/jaeger/values.yaml @@ -6,7 +6,7 @@ provisionDataStore: cassandra: true elasticsearch: false -tag: 1.10.0 +tag: 1.11.0 nameOverride: "" fullnameOverride: ""