[stable/elasticsearch] Add missing marks in README (#12848)

Signed-off-by: chenlx <chenlx@fiberhome.com>
This commit is contained in:
Wayne Chan
2019-05-05 11:25:37 -07:00
committed by Kubernetes Prow Robot
parent b128f5ae40
commit 4c654b2c97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.26.0
version: 1.26.1
appVersion: 6.7.0
description: Flexible and powerful open source, distributed real-time search and analytics
engine.
+1 -1
View File
@@ -129,7 +129,7 @@ The following table lists the configurable parameters of the elasticsearch chart
| `data.resources` | Data node resources requests & limits | `{} - cpu limit must be an integer` |
| `data.priorityClassName` | Data priorityClass | `nil` |
| `data.heapSize` | Data node heap size | `1536m` |
| `data.hooks.drain.enabled | Data nodes: Enable drain pre-stop and post-start hook | `true` |
| `data.hooks.drain.enabled` | Data nodes: Enable drain pre-stop and post-start hook | `true` |
| `data.persistence.enabled` | Data persistent enabled/disabled | `true` |
| `data.persistence.name` | Data statefulset PVC template name | `data` |
| `data.persistence.size` | Data persistent volume size | `30Gi` |