Helm proxy repo doesn't allow oci:// says must be http://

Is it even supported on nexus? oci:// as source for helm proxy repos?
I am running OSS 3.38.1-01
Thanks

Yes, your version should support OCI over docker repositories. Don’t forget to set the https port to something like 20443. Sonatype Nexus Repository as a Container Registry

Thanks. So do you mean I need to replace “oci://url.com” with “https://url.com:20443” in add new helm proxy repository page? Thanks

No, the oci: is the protocol. We use the docker repository type for our charts versus the helm type. The port is what is configured for your specific oci repository.


See image attached. It input field simply doesn’t allow oci:// URI