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

Commit

Permalink
Update README.md (#19876)
Browse files Browse the repository at this point in the history
bump version

Signed-off-by: David Karlsen <david@davidkarlsen.com>
  • Loading branch information
Rodolfo Rodriguez authored Mar 3, 2020
1 parent bcc9f78 commit e8a3389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/elasticsearch-curator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/elasticsearch-curator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit e8a3389

Please sign in to comment.