Skip to content
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

support plain HTTP OCI registries in HelmRepositories #828

Closed
wants to merge 1 commit into from

Conversation

makkes
Copy link
Member

@makkes makkes commented Jul 13, 2022

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: helm/helm#11139

@makkes makkes added area/helm Helm related issues and pull requests area/oci OCI related issues and pull requests labels Jul 13, 2022
@makkes makkes self-assigned this Jul 13, 2022
The new field `.spec.insecure` in the HelmRepository CRD signals to
the controllers that the registry is served via HTTP and not HTTPS.

Signed-off-by: Max Jonas Werner <[email protected]>
@Cavaler
Copy link

Cavaler commented Dec 14, 2023

Since helm/helm#12128 has been merged and Helm 3.13.0 released, there is actually a way to make it work

@aryan9600
Copy link
Member

this was implemented in #1288 and is included in the latest Flux release (v2.2.0)

@aryan9600 aryan9600 closed this Dec 14, 2023
@stefanprodan stefanprodan deleted the insecure-oci branch May 3, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm Helm related issues and pull requests area/oci OCI related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for insecure registries in HelmRepositories of Type oci
4 participants