Update README.md (#19876)

bump version

Signed-off-by: David Karlsen <david@davidkarlsen.com>
This commit is contained in:
Rodolfo Rodriguez
2020-03-03 05:21:37 -08:00
committed by GitHub
parent bcc9f78ec8
commit e8a33892bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |