Repo Link broken
pieveee opened this issue · 3 comments
pieveee commented
Hi there :)
I try to add the helm charts according to the documentation:
helm repo add supabase https://supabase-community.github.io/supabase-kubernetes
helm install RELEASE_NAME supabase/supabase --namespace NAMESPACE -f your-values.yaml --create-namespace
However, this gives me the following error:
Error: looks like "https://supabase-community.github.io/supabase-kubernetes" is not a valid chart repository or cannot be reached:
failed to fetch https://supabase-community.github.io/supabase-kubernetes/index.yaml : 404 Not Found
I assume there is no webserver set up yet for the repo?
jorpilo commented
Hello.
The url is still broken. I changed the build script, fix a small config issue and regenerated the index in #11.
Meanwhile if you still want to download it you can do it from my fork, I have adapted the instructions.
https://github.com/jorpilo/supabase-kubernetes/tree/main/charts/supabase
bioinfornatics commented
hello, just to report the bug still occurs.
Thanks for your awesome works