-
Notifications
You must be signed in to change notification settings - Fork 85
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
Allow to pull charts from OCI registry #81
Comments
Would someone write some pointers for how to implement this? |
I just tried to install an OCI chart and it works just fine if you put the full URI ( |
I think this works only for registries using HTTPS. When using k3d managed registries, these are HTTP, so the install errors out with I think this requires helm/helm#6324 |
I ran into this issue when trying to leverage a private OCI registry. It seems that public OCI registries work by excluding the |
@smbecker hmm, so there is no facility for hosting a repo index when using an OCI registry as the chart store? |
Helm only supports a subset of commands when targeting OCI registries. You can explicitly login but it has been my experience that when using OCI-based registries for Helm charts, then the containers are likely on the same registry as well. In that case, it is easier to just use the inherited docker authentication to login for Helm as well. |
No description provided.
The text was updated successfully, but these errors were encountered: