source-controller
source-controller copied to clipboard
support plain HTTP OCI registries in HelmRepositories
The new field .spec.insecure in the HelmRepository CRD signals to
the controllers that the registry is served via HTTP and not HTTPS.
closes #807
NOTE: This PR depends on a change in the Helm SDK to support configuring the registry client accordingly: https://github.com/helm/helm/pull/11139