source-controller
source-controller copied to clipboard
Add support for custom certs in HelmRepositories of Type oci
Currently the HTTP/S HelmRepository type support passing a secret containing certFile, keyFile, and caFile. A TLSConfig is built from it and passed downstream to the roundtripper.
This issue is about add this feature for OCI HelmRepository type.
on-going https://github.com/oras-project/oras-go/pull/171
@souleb I see that your PR has been merged, what else is needed?
I need to adapt the getter on helm side... I am currently testing the implementation.
The pr is submitted on helm side. https://github.com/helm/helm/pull/11363.
Helm maintainers have been testing it for some time now. They are confident it will be merged.