From 7491e7e6e6db819375577ea447e3046b1b0d83c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20N=C3=A9au?= Date: Wed, 2 Jul 2025 12:04:59 +0200 Subject: [PATCH] Add note on versions of OCI artifacts for HelmOps OCI artifacts are a special use case for HelmOps in terms of version handling. --- docs/helm-ops.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/helm-ops.md b/docs/helm-ops.md index 9af63037b..8bf1f71a8 100644 --- a/docs/helm-ops.md +++ b/docs/helm-ops.md @@ -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.