supabase-community / supabase-kubernetes

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

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

Open qdrddr opened 6 months ago

qdrddr commented 6 months ago

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.