ContainerAppRevision
A revision for a container based App. The first revision is generated automatically during container app creation. Upgrade / downgrade container app's version, change its custom values, or rollback a container app will also generate a new revision.
{
"revision": 0,
"appVersion": "string",
"packageInfo": {
"type": "HelmChart",
"version": "string",
"customValuesCheckSum": "string"
}
}
The revision number of current revision. Container app's first revision will be numbered with 1, and this number will be increased by 1 for each new revision.
Container app's application version. During revision generation, Cloud Director will persist the value of App's appVersion field into this field.