From 6cf2e0b52236a94c0756357cf1f5e499fda00670 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Oct 2025 11:11:13 +0000 Subject: [PATCH] Update OCI registry documentation to clarify URL path support Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> --- docs/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 59d3442f..51a2fca6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1819,7 +1819,16 @@ repositories: oci: true ``` -It is important not to include a scheme for the URL as helm requires that these are not present for OCI registries +It is important not to include a scheme for the URL as helm requires that these are not present for OCI registries. + +The URL can optionally include an organization or repository path. Helmfile will automatically extract the registry hostname for authentication: + +```yaml +repositories: + - name: myOCIRegistry + url: quay.io/my-organization + oci: true +``` Secondly the credentials for the OCI registry can either be specified within `helmfile.yaml` similar to