Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 239 Bytes

deploy.md

File metadata and controls

17 lines (11 loc) · 239 Bytes

Deploy Guidelines

  1. Increment version in Chart.yaml

  2. Generate package

helm package charts/grai-helm
  1. Update index
helm repo index . --url https://charts.grai.io
  1. Push to github