HelmRelease.spec.postRenderers[].kustomize.patchesJson6902.target.status
HelmReleaseStatus defines the observed state of a HelmRelease.
| Field / Type | Description |
|---|---|
Conditions holds the conditions for the HelmRelease. | |
failures | Failures is the reconciliation failure count against the latest desired state. It is reset after a successful reconciliation.
|
helmChart | HelmChart is the namespaced name of the HelmChart resource created by the controller for the HelmRelease. |
installFailures | InstallFailures is the install failure count against the latest desired state. It is reset after a successful reconciliation.
|
lastAppliedRevision | LastAppliedRevision is the revision of the last successfully applied source. |
lastAttemptedRevision | LastAttemptedRevision is the revision of the last reconciliation attempt. |
lastAttemptedValuesChecksum | LastAttemptedValuesChecksum is the SHA1 checksum of the values of the last reconciliation attempt. |
lastHandledReconcileAt | LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change can be detected. |
lastReleaseRevision | LastReleaseRevision is the revision of the last successful Helm release. |
observedGeneration | ObservedGeneration is the last observed generation.
|
upgradeFailures | UpgradeFailures is the upgrade failure count against the latest desired state. It is reset after a successful reconciliation.
|