flux v2.0.1

HelmRelease.spec.postRenderers.kustomize.patchesStrategicMerge.status

HelmReleaseStatus defines the observed state of a HelmRelease.

11 fields
HelmRelease.spec.postRenderers.kustomize.patchesStrategicMerge.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.

installFailures
integer

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

  • format: int64
lastAppliedRevision
string

LastAppliedRevision is the revision of the last successfully applied source.

lastAttemptedRevision
string

LastAttemptedRevision is the revision of the last reconciliation attempt.

lastAttemptedValuesChecksum
string

LastAttemptedValuesChecksum is the SHA1 checksum of the values of the last reconciliation attempt.

lastHandledReconcileAt
string

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

lastReleaseRevision
integer

LastReleaseRevision is the revision of the last successful Helm release.

observedGeneration
integer

ObservedGeneration is the last observed generation.

  • format: int64
upgradeFailures
integer

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

  • format: int64