This operation packages a chart into a versioned chart archive file.
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Chart Name |
| No | A path to chart directory. If no path is given, this will look in the present working directory for a Chart.yaml file |
Version |
| No | Sets the version on the chart |
Update dependencies |
| No | Update dependencies from "requirements.yaml" to dir "charts/" before packaging |
Custom options |
| No | Any custom options to add to Helm Package command |
...