Skip to content

Commit

Permalink
fix: use renamed curator image
Browse files Browse the repository at this point in the history
Old curator image has been renamed by bitnami, to elasticsearch-curator-archived
  • Loading branch information
Zelldon committed Jun 28, 2023
1 parent 9a37b9c commit 6a0508f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/zeebe-benchmark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,16 @@ camunda-platform:
# RetentionPolicy.tasklistIndexTTL defines after how many days a tasklist index can be deleted
tasklistIndexTTL: 30

# Image configuration for the elasticsearch curator cronjob
# https://hub.docker.com/r/bitnami/elasticsearch-curator-archived/tags
image:
# Image.registry can be used to set container image registry.
registry: ""
# Image.repository defines which image repository to use
repository: "bitnami/elasticsearch-curator-archived"
# Image.tag defines the tag / version which should be used in the chart
tag: 5.8.4

operate:
enabled: false

Expand Down

0 comments on commit 6a0508f

Please sign in to comment.