From 30a0873f2fa2188023b3b12cb8cddd2d272f1a17 Mon Sep 17 00:00:00 2001 From: cubag Date: Tue, 28 Nov 2023 00:22:39 +0000 Subject: [PATCH] Update 05-quickstarts.md --- 05-quickstarts.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/05-quickstarts.md b/05-quickstarts.md index d002df3..9fa7620 100644 --- a/05-quickstarts.md +++ b/05-quickstarts.md @@ -736,6 +736,12 @@ osm repo-list osm repo-show bitnami ``` +If the repo is an OCI Registry, the complete URL without the helm chart must be present. For instance, for a helm chart located in `oci://myregistry.io/project/charts/mychart` add the following repo: + +``` +osm repo-add --type helm-chart --description "bitnami OCI" bitnami-oci oci://myregistry.io/project/charts +``` + Descriptors can include that reference as follows: ``` -- GitLab