Package version:

Properties for HelmRelease objects

interface HelmReleasePropertiesDefinition {
    failureCount?: number;
    helmChartRef?: ObjectReferenceDefinition;
    installFailureCount?: number;
    lastRevisionApplied?: number;
    upgradeFailureCount?: number;
}

Properties

failureCount?: number

Total number of times that the HelmRelease failed to install or upgrade

The reference to the HelmChart object used as the source to this HelmRelease

installFailureCount?: number

Number of times that the HelmRelease failed to install

lastRevisionApplied?: number

The revision number of the last released object change

upgradeFailureCount?: number

Number of times that the HelmRelease failed to upgrade