HelmChart.status.artifact
Artifact represents the output of the last successful reconciliation.
| Field / Type | Description |
|---|---|
checksum | Checksum is the SHA256 checksum of the Artifact file. |
lastUpdateTime | LastUpdateTime is the timestamp corresponding to the last update of the Artifact.
|
path | Path is the relative file path of the Artifact. It can be used to locate the file in the root of the Artifact storage on the local file system of the controller managing the Source. |
revision | Revision is a human-readable identifier traceable in the origin source system. It can be a Git commit SHA, Git tag, a Helm chart version, etc. |
size | Size is the number of bytes in the file.
|
url | URL is the HTTP address of the Artifact as exposed by the controller managing the Source. It can be used to retrieve the Artifact for consumption, e.g. by another controller applying the Artifact contents. |