Helm Charts Repository Service, formerly known as chart-streams, is a thin layer on top of a Git repository to make it behave as a Helm-Charts
repository would. With the the following advantages:
- keeping all charts data in a single place
- being able to on-the-fly generate
index.yaml; - use
semverto retrieve a chart in a givencommit-id/branch;
The basic workflow is represented as:
make run
Or
make && ./build/chart-streams serve
Call the /index.yaml endpoint to get the index of all charts present in https://github.com/helm/charts/tree/master/stable

