Camunda-platform-curator fails to pull the elasticsearch-curator image

Hello,

We’re using Camunda Platform 8 Helm chart to run the self-managed environment.
In the template, we define the retentionPolicy with the following parameters.

retentionPolicy:
enabled: true
schedule: "00 08 * * *"
operateIndexTTL: 1

Recently we noticed the following error in the “job.batch/camunda-platform-curator” job and see that the job can’t complete anymore(worked fine before).

The logs show the following error now:

Error from server (BadRequest): container "curator" in pod "camunda-platform-curator-28130880-wrnrc" is waiting to start: trying and failing to pull image

Our investigation revealed that the camunda-platform-curator uses the "bitnami/elasticsearch-curator:5.8.4" image which is deprecated now and the repository is unavailable anymore.
We were able to work around the issue by replacing the image path with "bitnami/elasticsearch-curator-archived:5.8.4".

The platform version is 8.1.9. Seems like the root cause of the issue is clear but we wanted to share our findings.

Is it some known issue? Is it going to be fixed?

Thanks,
Alex

1 Like

We run also into this I have wrote some things down related to it Looks like bitnami/elasticsearch-curator is gone | by Zelldon | Jun, 2023 | Medium

PR on the helm charts needs to be merged and released Use new curator image by Zelldon · Pull Request #755 · camunda/camunda-platform-helm · GitHub

Greets
Chris

Hi Chris,
Thanks for your reply and for confirming the issue!

Regards,
Alex

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.