UpdateWorkloadChartVersion
Sets ChartVersion on a single workload. Does NOT trigger a deploy — call DeployWorkload afterwards if needed.
Examples
octo-cli -c UpdateWorkloadChartVersion -id <workloadRtId> -cv <chartVersion>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --workloadRtId | yes | The workload's runtime object ID |
-cv | --chartVersion | yes | The new chart version (SemVer, e.g. '1.2.3' or '1.2.3-beta.1') |