This operation packages a chart into a versioned chart archive file.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Kubeconfig File Path |
| No | Absolute path of kubeconfig file |
Cloud Account |
| No | Select Cloud Account |
Directory where Cloud CLI is installed |
| No | e.g. /usr/local/bin or /u01/azure/bin |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Chart Name |
| No | A path to chart. 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 |
...