HelmChart.status
HelmChartStatus records the observed state of the HelmChart.
| Field / Type | Description |
|---|---|
Artifact represents the output of the last successful reconciliation. | |
Conditions holds the conditions for the HelmChart. | |
lastHandledReconcileAt | LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected. |
observedChartName | ObservedChartName is the last observed chart name as specified by the resolved chart reference. |
observedGeneration | ObservedGeneration is the last observed generation of the HelmChart object.
|
observedSourceArtifactRevision | ObservedSourceArtifactRevision is the last observed Artifact.Revision of the HelmChartSpec.SourceRef. |
ObservedValuesFiles are the observed value files of the last successful reconciliation. It matches the chart in the last successfully reconciled artifact. | |
url | 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. |