Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker hub page not found 404 on bitnami/elasticsearch-curator #17

Open
IdeoG opened this issue Jun 22, 2023 · 2 comments
Open

docker hub page not found 404 on bitnami/elasticsearch-curator #17

IdeoG opened this issue Jun 22, 2023 · 2 comments

Comments

@IdeoG
Copy link

IdeoG commented Jun 22, 2023

Hi, We faced with an issue that we can't pull the image from https://hub.docker.com/r/bitnami/elasticsearch-curator.
Was something changed?

@devops-cafex
Copy link

We have hit the same issue looks like its been depreciated

https://github.com/bitnami/containers/blob/116ec7ab66b1701641a8103196d09d98dc9863df/bitnami/elasticsearch-curator/README.md

Guess override the image in the local values file to one self hosted or move to another image in the chart

@terrpan
Copy link

terrpan commented Jun 26, 2023

I did the following updates to the values to get it to work.

I switched to the image that ES are referring to in their docs

I added this to our values.yaml

image:
  repository: untergeek/curator
  tag: 7.0.0 # <-- Check the tags in the repo. Apparently they are major version locked.

command: ["curator/curator"] # <-- path to binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants