HelmRelease.spec.postRenderers[].kustomize.patches[].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. |
History holds the history of Helm releases performed for this HelmRelease up to the last successfully completed release. | |
installFailures | InstallFailures is the install failure count against the latest desired state. It is reset after a successful reconciliation.
|
Inventory contains the list of Kubernetes resource object references that have been applied for this release. | |
lastAttemptedConfigDigest | LastAttemptedConfigDigest is the digest for the config (better known as "values") of the last reconciliation attempt. |
lastAttemptedGeneration | LastAttemptedGeneration is the last generation the controller attempted to reconcile.
|
lastAttemptedReleaseAction | LastAttemptedReleaseAction is the last release action performed for this HelmRelease. It is used to determine the active retry or remediation strategy.
|
lastAttemptedReleaseActionDuration | LastAttemptedReleaseActionDuration is the duration of the last release action performed for this HelmRelease. |
lastAttemptedRevision | LastAttemptedRevision is the Source revision of the last reconciliation attempt. For OCIRepository sources, the 12 first characters of the digest are appended to the chart version e.g. "1.2.3+1234567890ab". |
lastAttemptedRevisionDigest | LastAttemptedRevisionDigest is the digest of the last reconciliation attempt. This is only set for OCIRepository sources. |
lastAttemptedValuesChecksum | LastAttemptedValuesChecksum is the SHA1 checksum for the values of the last reconciliation attempt. Deprecated: Use LastAttemptedConfigDigest instead. |
lastHandledForceAt | LastHandledForceAt holds the value of the most recent force request value, so a change of the annotation value can be detected. |
lastHandledReconcileAt | LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected. |
lastHandledResetAt | LastHandledResetAt holds the value of the most recent reset request value, so a change of the annotation value can be detected. |
lastReleaseRevision | LastReleaseRevision is the revision of the last successful Helm release. Deprecated: Use History instead. |
observedCommonMetadataDigest | ObservedCommonMetadataDigest is the digest for the common metadata of the last successful reconciliation attempt. |
observedGeneration | ObservedGeneration is the last observed generation.
|
observedPostRenderersDigest | ObservedPostRenderersDigest is the digest for the post-renderers of the last successful reconciliation attempt. |
storageNamespace | StorageNamespace is the namespace of the Helm release storage for the current release.
|
upgradeFailures | UpgradeFailures is the upgrade failure count against the latest desired state. It is reset after a successful reconciliation.
|