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

Add support for insecure registries in HelmRepositories of Type oci #807

Closed
souleb opened this issue Jun 30, 2022 · 8 comments
Closed

Add support for insecure registries in HelmRepositories of Type oci #807

souleb opened this issue Jun 30, 2022 · 8 comments
Assignees
Labels
area/helm Helm related issues and pull requests area/oci OCI related issues and pull requests enhancement New feature or request

Comments

@souleb
Copy link
Member

souleb commented Jun 30, 2022

The idea is to provide the ability to declare a registry as insecure and to be able to communicate with the http scheme.

@souleb souleb added enhancement New feature or request area/helm Helm related issues and pull requests area/oci OCI related issues and pull requests labels Jun 30, 2022
@gfichtenholt
Copy link

gfichtenholt commented Jun 30, 2022

Could you please implement this for both OCI and regular (non-OCI) HTTP repositories? Thanks in advance

@makkes
Copy link
Member

makkes commented Jul 19, 2022

I just noticed that the EKS-A folks are maintaining a Helm fork with some patches: aws/eks-anywhere#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.

@runyontr
Copy link
Contributor

runyontr commented Dec 9, 2022

Submitted this MR to Helm to get the options needed for this.

helm/helm#11623

@Noxsios
Copy link

Noxsios commented Sep 26, 2023

Helm will support plain HTTP registries in its next release due to the merging of helm/helm#12128

@shanewhite97
Copy link

Looks like t has been merged now, 3.13.0 has been released. I was wondering if this means that this issue/feature can now progress? Thanks!

@Cavaler
Copy link

Cavaler commented Dec 14, 2023

Seems to be resolved in #1288 with the ticket #957

@uqix
Copy link

uqix commented Jun 6, 2024

insecure: true is specified in HelmRepository, but still got error:

failed to login to OCI registry, server gave HTTP response to HTTPS client

@makkes
Copy link
Member

makkes commented Jun 6, 2024

insecure: true is specified in HelmRepository, but still got error:

failed to login to OCI registry, server gave HTTP response to HTTPS client

Please don't comment on closed issues but create a new one and provide more details (Flux version, HelmRepository spec etc.).

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 enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

9 participants