Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 261 Bytes

File metadata and controls

13 lines (10 loc) · 261 Bytes

helm

sa helm repository

#To add a chart to repo:

  1. add the chart into charts
  2. cd to repo dir
  3. helm package ../charts/my-new-chart/.
  4. helm repo index .
  5. git push

(3) creates a .tgz package in the repo dir

(4) updates the index.yaml in the repo dir