Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 326 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 326 Bytes

Contributing Guide

To add new or update existing chart:

  • Place chart files into charts/chartName directory
  • Execute helm package charts/chartName
  • Move created chartName-version.tgz into docs directory
  • Execute helm repo index docs --url https://moira-alert.github.io/helmcharts
  • Push changes to GitHub