Hi
We are trying to add a helm connector to nvidia. I can browse the contents just fine, but when downloading it complains about relative URI:
System.InvalidOperationException: This operation is not supported for a relative URI.
at System.Uri.get_Scheme()
at Inedo.ProGet.Feeds.Helm.HelmConnector.DownloadChartAsync(IHelmChart chart, CancellationToken cancellationToken)
Looking at the index.yaml file I do see that they are using relative url. Googling the issue see that this can be an issue in helm 3, and it looks like some other products have added support for this feature.
Will Proget support it?
Best regards, Sigurd