flux v2.9.5

HelmChart.status

HelmChartStatus records the observed state of the HelmChart.

8 fields
HelmChart.status fields and descriptions
Field / TypeDescription
object

Artifact represents the output of the last successful reconciliation.

object[]

Conditions holds the conditions for the HelmChart.

lastHandledReconcileAt
string

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

observedChartName
string

ObservedChartName is the last observed chart name as specified by the resolved chart reference.

observedGeneration
integer

ObservedGeneration is the last observed generation of the HelmChart object.

  • format: int64
observedSourceArtifactRevision
string

ObservedSourceArtifactRevision is the last observed Artifact.Revision of the HelmChartSpec.SourceRef.

string[]

ObservedValuesFiles are the observed value files of the last successful reconciliation. It matches the chart in the last successfully reconciled artifact.

url
string

URL is the dynamic fetch link for the latest Artifact. It is provided on a "best effort" basis, and using the precise HelmChartStatus.Artifact data is recommended.