helm package
Package a chart directory into a chart archive
Options
Name | Description |
---|---|
--app-version <app-version> | Set the appVersion on the chart to this version |
--dependency-update, -u | Update dependencies from "Chart.yaml" to dir "charts/" before packaging |
--destination, -d <destination> | Location to write the chart |
--key <key> | Name of the key to use when signing. Used if --sign is true |
--keyring <keyring> | Location of a public keyring |
--passphrase-file <passphrase-file> | Location of a file which contains the passphrase for the signing key. Use "-" in order to read from stdin |
--sign | Use a PGP private key to sign this package |
--version <version> | Set the version on the chart to this semver version |