supabase-community / supabase-kubernetes

Helm 3 charts to deploy a Supabase on Kubernetes
Apache License 2.0
456 stars 119 forks source link

helm chart easier to install and works with terraform #76

Open teochenglim opened 4 months ago

teochenglim commented 4 months ago

Bug report

Please setup "github pages" properly and allow helm chart to be install in a easier manner. I am able to find your index.yaml file but the download tgz link is wrong.

I am happy to help to setup everything for you if you can grant me the permission of "supabase-kubernetes.github.io" repo and this repo for read/write permissions.

My work https://github.com/teochenglim/helm-charts

$ helm repo add supabase-community https://raw.githubusercontent.com/supabase-community/supabase-kubernetes/main/

$ helm install supabase supabase-community/supabase
Error: INSTALLATION FAILED: failed to fetch https://supabase-community.github.io/supabase-kubernetes/build/supabase-0.0.3.tgz : 404 Not Found

Describe the bug

A clear and concise description of what the bug is.

".tgz" file is missing at github.io pages.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

$ helm repo add supabase-community https://raw.githubusercontent.com/supabase-community/supabase-kubernetes/main/

$ helm install supabase supabase-community/supabase
Error: INSTALLATION FAILED: failed to fetch https://supabase-community.github.io/supabase-kubernetes/build/supabase-0.0.3.tgz : 404 Not Found

Expected behavior

able to install helm using just few line of code

System information

N/A

Additional context

I am happy to help if permission granted. My work https://github.com/teochenglim/helm-charts