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 ./mychartAll lessons in this course
- Bundle a Release Archive with helm package
- Build a Repo Index with helm repo index
- Hosting a Chart Repository
- Pushing Charts to an OCI Registry