flux v0.27.3

HelmChart.status.artifact

Artifact represents the output of the last successful chart sync.

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

Checksum is the SHA256 checksum of the artifact.

lastUpdateTime
string

LastUpdateTime is the timestamp corresponding to the last update of this artifact.

  • format: date-time
path
string required

Path is the relative file path of this artifact.

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 index timestamp, a Helm chart version, etc.

url
string required

URL is the HTTP address of this artifact.