flux v0.31.2

HelmChart.status.artifact

Artifact represents the output of the last successful reconciliation.

6 fields
HelmChart.status.artifact fields and descriptions
Field / TypeDescription
checksum
string

Checksum is the SHA256 checksum of the Artifact file.

lastUpdateTime
string

LastUpdateTime is the timestamp corresponding to the last update of the Artifact.

  • format: date-time
path
string required

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
string

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
integer

Size is the number of bytes in the file.

  • format: int64
url
string required

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.