mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
63966e292a
commit
6eeef718f8
@@ -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.
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user