source-controller
source-controller copied to clipboard
Add support for insecure registries in HelmRepositories of Type oci
The idea is to provide the ability to declare a registry as insecure and to be able to communicate with the http scheme.
Could you please implement this for both OCI and regular (non-OCI) HTTP repositories? Thanks in advance
I just noticed that the EKS-A folks are maintaining a Helm fork with some patches: https://github.com/aws/eks-anywhere/issues/2536
There's also a bunch of upstream Helm issues and PRs around this so I'll try to find a way for Helm to settle on a quick way forward.
Submitted this MR to Helm to get the options needed for this.
https://github.com/helm/helm/pull/11623