flux v2.9.5

HelmChart.status.artifact

Artifact represents the output of the last successful reconciliation.

7 fields
HelmChart.status.artifact fields and descriptions
Field / TypeDescription
digest
string required

Digest is the digest of the file in the form of '<algorithm>:<checksum>'.

  • pattern: ^[a-z0-9]+(?:[.+_-][a-z0-9]+)*:[a-zA-Z0-9=_-]+$
lastUpdateTime
string required

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

  • format: date-time
map[string]string

Metadata holds upstream information such as OCI annotations.

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 required

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.