danihodovic / celery-exporter

A Prometheus exporter for Celery metrics
MIT License
385 stars 85 forks source link

Add helm repository #236

Closed gciria closed 1 year ago

gciria commented 1 year ago

How are you adding the helm repository? I see index.html in the gh-pages branch. But it does not work.

$ helm repo add celery-exporter https://github.com/danihodovic/celery-exporter

Error: looks like "https://github.com/danihodovic/celery-exporter" is not a valid chart repository or cannot be reached: failed to fetch https://github.com/danihodovic/celery-exporter/index.yaml : 404 Not Found
gciria commented 1 year ago

You probably need to add the tar.gz in the branch gh-pages.

danihodovic commented 1 year ago

@adinhodovic

adinhodovic commented 1 year ago

Repo: https://danihodovic.github.io/celery-exporter Version: 0.6.2

Works fine for me.

gciria commented 1 year ago

Oh ok.. I was using the wrong link. Everything working fine. Thanks for the quick response. :)