HelmReleasePropertiesDefinition interface

Properties for HelmRelease objects

Properties

failureCount

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

helmChartRef

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

installFailureCount

Number of times that the HelmRelease failed to install

lastRevisionApplied

The revision number of the last released object change

upgradeFailureCount

Number of times that the HelmRelease failed to upgrade

Property Details

failureCount

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

failureCount?: number

Property Value

number

helmChartRef

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

helmChartRef?: ObjectReferenceDefinition

Property Value

installFailureCount

Number of times that the HelmRelease failed to install

installFailureCount?: number

Property Value

number

lastRevisionApplied

The revision number of the last released object change

lastRevisionApplied?: number

Property Value

number

upgradeFailureCount

Number of times that the HelmRelease failed to upgrade

upgradeFailureCount?: number

Property Value

number