flux v2.9.5
OCIRepository.spec.ref
The OCI reference to pull and monitor for changes, defaults to the latest tag.
| Field / Type | Description |
|---|---|
digest | Digest is the image digest to pull, takes precedence over SemVer. The value should be in the format 'sha256:<HASH>'. |
semver | SemVer is the range of tags to pull selecting the latest within the range, takes precedence over Tag. |
semverFilter | SemverFilter is a regex pattern to filter the tags within the SemVer range. |
tag | Tag is the image tag to pull, defaults to latest. |