flux v2.0.1

OCIRepository.spec.ref

The OCI reference to pull and monitor for changes, defaults to the latest tag.

3 fields
OCIRepository.spec.ref fields and descriptions
Field / TypeDescription
digest
string

Digest is the image digest to pull, takes precedence over SemVer. The value should be in the format 'sha256:<HASH>'.

semver
string

SemVer is the range of tags to pull selecting the latest within the range, takes precedence over Tag.

tag
string

Tag is the image tag to pull, defaults to latest.