flux v2.9.5

HelmRelease.status

HelmReleaseStatus defines the observed state of a HelmRelease.

22 fields
HelmRelease.status fields and descriptions
Field / TypeDescription
object[]

Conditions holds the conditions for the HelmRelease.

failures
integer

Failures is the reconciliation failure count against the latest desired state. It is reset after a successful reconciliation.

  • format: int64
helmChart
string

HelmChart is the namespaced name of the HelmChart resource created by the controller for the HelmRelease.

object[]

History holds the history of Helm releases performed for this HelmRelease up to the last successfully completed release.

installFailures
integer

InstallFailures is the install failure count against the latest desired state. It is reset after a successful reconciliation.

  • format: int64
object

Inventory contains the list of Kubernetes resource object references that have been applied for this release.

lastAttemptedConfigDigest
string

LastAttemptedConfigDigest is the digest for the config (better known as "values") of the last reconciliation attempt.

lastAttemptedGeneration
integer

LastAttemptedGeneration is the last generation the controller attempted to reconcile.

  • format: int64
lastAttemptedReleaseAction
string

LastAttemptedReleaseAction is the last release action performed for this HelmRelease. It is used to determine the active retry or remediation strategy.

  • enum: ["install","upgrade"]
lastAttemptedReleaseActionDuration
string

LastAttemptedReleaseActionDuration is the duration of the last release action performed for this HelmRelease.

lastAttemptedRevision
string

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
string

LastAttemptedRevisionDigest is the digest of the last reconciliation attempt. This is only set for OCIRepository sources.

lastAttemptedValuesChecksum
string

LastAttemptedValuesChecksum is the SHA1 checksum for the values of the last reconciliation attempt. Deprecated: Use LastAttemptedConfigDigest instead.

lastHandledForceAt
string

LastHandledForceAt holds the value of the most recent force request value, so a change of the annotation value can be detected.

lastHandledReconcileAt
string

LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected.

lastHandledResetAt
string

LastHandledResetAt holds the value of the most recent reset request value, so a change of the annotation value can be detected.

lastReleaseRevision
integer

LastReleaseRevision is the revision of the last successful Helm release. Deprecated: Use History instead.

observedCommonMetadataDigest
string

ObservedCommonMetadataDigest is the digest for the common metadata of the last successful reconciliation attempt.

observedGeneration
integer

ObservedGeneration is the last observed generation.

  • format: int64
observedPostRenderersDigest
string

ObservedPostRenderersDigest is the digest for the post-renderers of the last successful reconciliation attempt.

storageNamespace
string

StorageNamespace is the namespace of the Helm release storage for the current release.

  • minLength: 1
  • maxLength: 63
upgradeFailures
integer

UpgradeFailures is the upgrade failure count against the latest desired state. It is reset after a successful reconciliation.

  • format: int64