From 4c654b2c97e05a2bf6313bcd4296eea09a723bd1 Mon Sep 17 00:00:00 2001 From: Wayne Chan Date: Mon, 6 May 2019 02:25:37 +0800 Subject: [PATCH] [stable/elasticsearch] Add missing marks in README (#12848) Signed-off-by: chenlx --- stable/elasticsearch/Chart.yaml | 2 +- stable/elasticsearch/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/elasticsearch/Chart.yaml b/stable/elasticsearch/Chart.yaml index 6716394a0b..df5efa8fd3 100755 --- a/stable/elasticsearch/Chart.yaml +++ b/stable/elasticsearch/Chart.yaml @@ -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. diff --git a/stable/elasticsearch/README.md b/stable/elasticsearch/README.md index cb84b49e74..f4c0610411 100644 --- a/stable/elasticsearch/README.md +++ b/stable/elasticsearch/README.md @@ -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` |