We’re still working on this page. Sorry about that!

From your local environment or CI tooling

  1. Install Helm.
  2. Add your Hosted Chart Repository
    1. repo add myk8chart <https://user:[email protected]/myRegistryID>
    2. (Replace user, pass, and RegistryID with the details displayed in your dashboard.)
  3. Install the helm-push plugin.
  4. Push your first chart.
    1. helm push chartName/ myk8chart

From your cluster

  1. Install your chart.
    1. helm install myk8chart/chartName
  2. View your Helm deployments.
    1. helm list