Use Tags in Git Repo to capture helm versions & add index.yaml into the /charts/supabase folder
qdrddr opened this issue · 0 comments
qdrddr commented
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
- Add Tags with the released helm chart versions in the Git repo.
- And create an index.yaml into the /charts/supabase helm chart folder, example.
- In the index file replace not working URL https://supabase-community.github.io/supabase-kubernetes/build/supabase-0.0.2.tgz with https://raw.githubusercontent.com/supabase-community/supabase-kubernetes/master/build/supabase-0.0.2.tgz
- Add missing build/supabase-0.0.3.tgz file
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.