mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
upgrade to curator 5.5.4 (#6514)
This commit is contained in:
committed by
k8s-ci-robot
parent
fd35ab34bf
commit
161c0d3737
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: "5.4.1"
|
||||
appVersion: "5.5.4"
|
||||
description: A Helm chart for Elasticsearch Curator
|
||||
name: elasticsearch-curator
|
||||
version: 0.2.3
|
||||
version: 0.2.4
|
||||
home: https://github.com/elastic/curator
|
||||
keywords:
|
||||
- curator
|
||||
|
||||
@@ -32,7 +32,7 @@ their default values.
|
||||
| :--------------------------- | :---------------------------------------------------- | :------------------------------------------- |
|
||||
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
|
||||
| `image.repository` | Container image to use | `quay.io/pires/docker-elasticsearch-curator` |
|
||||
| `image.tag` | Container image tag to deploy | `5.4.1` |
|
||||
| `image.tag` | Container image tag to deploy | `5.5.4` |
|
||||
| `cronjob.schedule` | Schedule for the CronJob | `0 1 * * *` |
|
||||
| `cronjob.annotations` | Annotations to add to the cronjob | {} |
|
||||
| `pod.annotations` | Annotations to add to the pod | {} |
|
||||
|
||||
@@ -12,7 +12,7 @@ pod:
|
||||
|
||||
image:
|
||||
repository: quay.io/pires/docker-elasticsearch-curator
|
||||
tag: 5.4.1
|
||||
tag: 5.5.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user