maxisam / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
https://maxisam.github.io/mgob/
MIT License
123 stars 16 forks source link

Error: unable to install chart #86

Closed TLINDEN closed 9 months ago

TLINDEN commented 9 months ago

I'm getting this error:

Error: looks like "https://maxisam.github.io/mgob/" is not a valid chart repository or cannot be reached: failed to fetch https://maxisam.github.io/mgob/index.yaml : 404 Not Found

which can be reproduced manually by:

helm repo add maxisam https://maxisam.github.io/mgob/ 
Error: looks like "https://maxisam.github.io/mgob/" is not a valid chart repository or cannot be reached: failed to fetch https://maxisam.github.io/mgob/index.yaml : 404 Not Found

The file has been deleted 5 days ago. Please restore it.

Thanks in advance, Tom

maxisam commented 9 months ago

please try it again, thx for reporting this

maxisam commented 9 months ago

feel free to reopen this if it doesn't work

TLINDEN commented 9 months ago

No it doesn't work.

While the repo uri might work again, now after the latest change the chart version 1.8.2 is not available anymore. But in order to have reproducible builds and deployments I need to stick with that version until the next update round were successfull on test and integration.

So, isn't it possible to host multiple chart versions on github.io somehow?

TLINDEN commented 9 months ago

PS: so, v1.8.3 installs, but you should fix your index.yaml generation scheme to include past versions as you did before the change that broke it. If you don't I'd need to maintain a clone of the repo with a fixed index.yaml just to make our deployment deployable at any time without any changes. I'd love to avoid that.