[incubator/elasticsearch] Readme update to reflect latest default values. (#6168)

* Readme update to reflect latest default values.

* Chart version bump
This commit is contained in:
Jakub Borys
2018-06-18 09:41:31 -07:00
committed by k8s-ci-robot
parent 63966e292a
commit 6eeef718f8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.0.0
version: 1.0.1
appVersion: 6.1.1
description: Flexible and powerful open source, distributed real-time search and analytics
engine.
+2 -2
View File
@@ -63,8 +63,8 @@ The following table lists the configurable parameters of the elasticsearch chart
| Parameter | Description | Default |
| ------------------------------------ | ------------------------------------------------------------------- | ------------------------------------ |
| `appVersion` | Application Version (Elasticsearch) | `6.1.1` |
| `image.repository` | Container image name | `centerforopenscience/elasticsearch` |
| `image.tag` | Container image tag | `5.4` |
| `image.repository` | Container image name | `docker.elastic.co/elasticsearch/elasticsearch-oss` |
| `image.tag` | Container image tag | `6.1.1` |
| `image.pullPolicy` | Container pull policy | `Always` |
| `cluster.name` | Cluster name | `elasticsearch` |
| `cluster.kubernetesDomain` | Kubernetes cluster domain name | `cluster.local` |