supabase-community/supabase-kubernetes

Use Tags in Git Repo to capture helm versions & add index.yaml into the /charts/supabase folder

qdrddr opened this issue · 0 comments

Feature request

Please use Tags in Git Repo to capture helm versions. Also, please add an index.yaml into the /charts/supabase helm chart folder.

Is your feature request related to a problem? Please describe.

Some GitOps tools, such as ArgoCD, allow to pull helm charts directly from Git. That's an excellent help for the OPS and Deployment process, but that is intended to be used from something other than the main/HEAD repo. It's possible but could be more stable/predictable. Also, for this tool to work, index.yaml file should be present.

Describe the solution you'd like

https://github.com/supabase-community/supabase-kubernetes/raw/main/build/supabase-0.0.2.tgz

Describe alternatives you've considered

Use git clone and deploy this helm chart manually.

Additional context

It's a good practice to tag releases.