From e8a33892bd369e965d50722818f5b39a0c899a82 Mon Sep 17 00:00:00 2001 From: Rodolfo Rodriguez Date: Tue, 3 Mar 2020 07:21:37 -0600 Subject: [PATCH] Update README.md (#19876) bump version Signed-off-by: David Karlsen --- stable/elasticsearch-curator/Chart.yaml | 2 +- stable/elasticsearch-curator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/elasticsearch-curator/Chart.yaml b/stable/elasticsearch-curator/Chart.yaml index 81d9d841d2..22bd566a9d 100644 --- a/stable/elasticsearch-curator/Chart.yaml +++ b/stable/elasticsearch-curator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "5.7.6" description: A Helm chart for Elasticsearch Curator name: elasticsearch-curator -version: 2.1.3 +version: 2.1.4 home: https://github.com/elastic/curator keywords: - curator diff --git a/stable/elasticsearch-curator/README.md b/stable/elasticsearch-curator/README.md index 598752fcbb..7160feaa6c 100644 --- a/stable/elasticsearch-curator/README.md +++ b/stable/elasticsearch-curator/README.md @@ -48,7 +48,7 @@ their default values. | `cronjob.schedule` | Schedule for the CronJob | `0 1 * * *` | | `cronjob.annotations` | Annotations to add to the cronjob | {} | | `cronjob.labels` | Labels to add to the cronjob | {} | -| `cronjob.concurrencyPolicy` | `Allow|Forbid|Replace` concurrent jobs | `nil` | +| `cronjob.concurrencyPolicy` | `Allow\|Forbid\|Replace` concurrent jobs | `nil` | | `cronjob.failedJobsHistoryLimit` | Specify the number of failed Jobs to keep | `nil` | | `cronjob.successfulJobsHistoryLimit` | Specify the number of completed Jobs to keep | `nil` | | `cronjob.jobRestartPolicy` | Control the Job restartPolicy | `Never` |