sysflow-telemetry / sysflow

SysFlow documentation and issues tracker
Other
45 stars 10 forks source link

Publish SysFlow helm charts to the public stable repo #33

Closed weii666 closed 1 year ago

weii666 commented 4 years ago

Indicate project deployment

Is your feature request related to a problem? Please describe. Helm charts must be placed in helm repo, so that 'helm install' command can reach sysflow charts without extra repo configs.

Describe the feature you'd like Here is the public/default helm repo: https://github.com/helm/charts

To check-in charts there, some doc requirements must be satisfied per this guideline: https://github.com/helm/charts/blob/master/CONTRIBUTING.md

For example,

It is a good chance to have communities to review our yaml to meet k8s and Helm best practices. Also, publishing yaml there will increase sysflow visibility.

Describe alternatives you've considered Configure our github to enable Git Pages (web pages), so that we can place index.yaml and charts tgz file there to make it a Helm repo. In installation script, our repo URL must be specified. This alternative is a quick short-term solution.

For long-term, publishing sysflow charts in the default Helm repo is the correct way using Helm.

Additional context nope