You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have been testing against multiple helm chart repositories and it appears that charts repos that specify relative url's in their index.yaml cannot be deployed by open cluster manager
we have been testing against multiple helm chart repositories and it appears that charts repos that specify relative url's in their index.yaml cannot be deployed by open cluster manager
nexus for example creates relative urls
-- nexus helm-chart index.yaml
-- helm generated index.yaml
it appears that helm3 supports either type using the --url flag when creating the index.yaml
when using the nexus repo - the error in ocm tracks back to here:
{Irreconcilable True ReconcileError failed to download chart from helm repo. - url: pet-battle-api-1.0.0.tgz error: unsupported scheme 2020-05-21 23:50:58 +0000 UTC}] }}
https://github.com/open-cluster-management/multicloud-operators-subscription-release/blob/master/pkg/utils/helmrepoutils.go#L240
given the Channel definition already specifies the helm repo pathname, is it possible to support relative urls in ocm ?
The text was updated successfully, but these errors were encountered: