Changes in README

This commit is contained in:
Carlos Rodriguez Hernandez
2019-06-10 13:09:58 +00:00
parent a672193874
commit 7ac4ec09a0
32 changed files with 38 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: elasticsearch
version: 5.1.6
version: 5.1.7
appVersion: 7.1.1
description: A highly scalable open-source full-text search and analytics engine
keywords:

View File

@@ -56,7 +56,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
| `image.registry` | Elasticsearch image registry | `docker.io` |
| `image.repository` | Elasticsearch image repository | `bitnami/elasticsearch` |
| `image.tag` | Elasticsearch image tag | `{TAG_NAME}` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `name` | Elasticsearch cluster name | `elastic` |
| `plugins` | Comma, semi-colon or space separated list of plugins to install at initialization | `nil` |
@@ -169,7 +169,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
| `metrics.image.registry` | Metrics exporter image registry | `docker.io` |
| `metrics.image.repository` | Metrics exporter image repository | `bitnami/elasticsearch-exporter` |
| `metrics.image.tag` | Metrics exporter image tag | `1.0.2` |
| `metrics.image.pullPolicy` | Metrics exporter image pull policy | `Always` |
| `metrics.image.pullPolicy` | Metrics exporter image pull policy | `IfNotPresent` |
| `metrics.service.type` | Metrics exporter endpoint service type | `ClusterIP` |
| `metrics.resources` | Metrics exporter resource requests/limit | `requests: { cpu: "25m" }` |
| `metrics.podAnnotations` | Annotations for metrics pods. | `{}` |