-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for custom certs in HelmRepositories of Type oci #723
Comments
on-going oras-project/oras-go#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. helm/helm#11363. Helm maintainers have been testing it for some time now. They are confident it will be merged. |
The work on upstream has been merged in main. The target release is 3.12.0 (next minor). See helm/helm#11711 We can now start the implementation work. |
Is there any estimate on when support for this might arrive in a release? |
@pefeigl FYI we're using this workaround: fluxcd/flux2#3417 (comment) |
Currently the
HTTP/S HelmRepository
type support passing asecret
containingcertFile
,keyFile
, andcaFile
. A TLSConfig is built from it and passed downstream to theroundtripper
.This issue is about adding this feature for
OCI HelmRepository
type.The text was updated successfully, but these errors were encountered: