PackageInfo
PackageInfo
Package information used to deploy a container app.
JSON Example
{
"type": "HelmChart",
"version": "string",
"customValuesCheckSum": "string"
}
string
type
Required
The package type.
string
version
Required
The package type specific version used to deploy the container app. E.g. for a helm chart package, we should use helm chart's chart version.
string
customValuesCheckSum
Optional
The SHA-256 checksum of the custom changes applied to override default values in values.yaml. This field will be null if there's no custom changes applied.