mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
committed by
Kubernetes Prow Robot
parent
e09999147a
commit
ef48480759
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ provisionDataStore:
|
||||
cassandra: true
|
||||
elasticsearch: false
|
||||
|
||||
tag: 1.10.0
|
||||
tag: 1.11.0
|
||||
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user