Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/elasticsearch] Add missing marks in README (#12848)
Browse files Browse the repository at this point in the history
Signed-off-by: chenlx <chenlx@fiberhome.com>
  • Loading branch information
waynechan9 authored and k8s-ci-robot committed May 5, 2019
1 parent b128f5a commit 4c654b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stable/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit 4c654b2

Please sign in to comment.