vipul-sharma20 / slate

Self hosted Slack app for daily standups
https://vipul-sharma20.github.io/slate/
MIT License
79 stars 14 forks source link

GH Pages Helm Registry #28

Open ckdarby opened 2 years ago

ckdarby commented 2 years ago

Describe the solution you'd like Helm release action leverage gh-pages to include the index.yaml on the self hosted.

The Trino folks run a similar setup to this repo, seen here.

It just makes it easier to do:

helm repo add trino https://trinodb.github.io/charts/
helm install my-trino trino/trino --version 0.2.0
avvijeet commented 2 years ago

Did not understand this.