0PricingLogin
Helm Academy · Lesson

Bundle a Release Archive with helm package

Producing a versioned chart tgz.

Sharing Means Packaging

A chart directory is fine on your laptop, but to share it you need a single, versioned file. That is what helm package produces.

The package Command

Point helm package at a chart directory and it bundles everything into one compressed archive ready to distribute.

helm package ./mychart

All lessons in this course

  1. Bundle a Release Archive with helm package
  2. Build a Repo Index with helm repo index
  3. Hosting a Chart Repository
  4. Pushing Charts to an OCI Registry
← Back to Helm Academy