Arguments used to upgrade a Private Cloud Control Plane on embedded kubernetes and the associated experience cluster.
| name | data type | description |
|---|---|---|
| remoteRepoUrl | string | The url of the remote repository where the private cloud artifacts to upgrade to are hosted |
| valuesYaml | string | A yaml file containing configuration parameters for the upgrade. |
| experienceClusterName | string | The name of the existing Experience cluster to upgrade. |
Example
{
"remoteRepoUrl" : "...",
"valuesYaml" : "...",
"experienceClusterName" : "..."
}