Merge pull request #280 from rancher/clarify-helmops-oci-artifacts

Add note on versions of OCI artifacts for HelmOps
This commit is contained in:
Mario Manno 2025-07-02 18:12:32 +02:00 committed by GitHub
commit 47cc81ee44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -111,6 +111,14 @@ In this case, Helm options would be similar to this:
When an OCI URL is provided in the `repo` field, a non-empty `chart` field will lead to an error in the HelmOps status,
and no bundle being created.
:::note
In this case, Fleet will be downloading OCI artifacts. This means that:
* the `version` field represents an OCI artifact's tag, which may be different to the actual version of the
chart stored in the OCI artifact.
* an OCI artifact may contain multiple Helm charts. This use case has only been validated with OCI artifacts containing
a single Helm chart.
:::
## Polling
Fleet can poll the referenced Helm registry, periodically checking if new versions are available.