-
Notifications
You must be signed in to change notification settings - Fork 11
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
[QUESTION] Does khelm support oci helm registries? #46
Comments
@milpog thanks for reporting the issue! I wasn't aware of the OCI registry support within helm. When Helm supports it, khelm should do so too. I wonder why it isn't working oob since khelm actually uses Helm. A pull request to also make this work within khelm would be appreciated. |
@mgoltzsche Is OCI supported meanwhile or is this pending? |
Oh, I am afraid this issue was de-prioritized. OCI repos are still not supported by the latest khelm release. Though, I almost finished implementing that feature within #55. I'll finish and merge that PR the next days... |
Implemented the helm way: `oci://` URL as `chart` value, empty `repository`. Repositories configured within the `repositories.yaml` file are ignored when referring to an OCI chart. Fixes #46
Implemented the helm way: `oci://` URL as `chart` value, empty `repository`. Repositories configured within the `repositories.yaml` file are ignored when referring to an OCI chart. Fixes #46
Now this is fixed within khelm v2.3.2. Sorry for the long delay 😅. |
Thank you very much for the information and for implementing OCI support :) |
@milpog @husira Using this feature myself really, I realized it wasn't working correctly. I fixed it now and released the fixes with v2.3.4. |
Some projects like https://karpenter.sh are only publishing helm charts to oci. Those registries are supported from Helm v3.8.0. I couldn't make khelm working with this type of registry.
The text was updated successfully, but these errors were encountered: