-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
The ChartMuseum is scheduled to be deprecated in a future v2.4.0 release. #14407
Comments
Not a harbor developer myself but you should probably start looking into using the new OCI artifact support in helm: https://helm.sh/docs/topics/registries/. Because newer versions of helm can fetch and upload charts in any OCI compliant registry there is no real need for a separate chartmuseum component. |
i use helm3. But i remember, then i installed harbor without key --with-chartmuseum menu "helm charts" didn't appear in project. And i try understand what developers mean. |
Helm 3 uses OCI for package distribution. It ships with two new subcommands to help with this: registry and chart. The registry sub-command handles authentication with OCI registries while chart takes care of save, push and pull charts to the registry. If you use helm 3 then OCI is the future, there is no need for ChartMuseum, so it's safe to deprecate it. |
This is not true, yet. The default helm behaviour still doesnt support OCI and OCI suppoort is still experimental |
Quoting the official website:
This seems to be quite a major change...major enough not to hide it in a changelog. I also think that most of the ecosystem still uses the "old" helm repository format, so talking about ChartMuseum deprecation seems to be a bit premature to me. |
Considering that Helm Registry support was a major reason why we acutally chose Harbor, I'd also like to see the Chartmuseum supported a bit longer. As mentioned before, the OCI support in helm is still experimental and even needs to be turned on with a env feature flag. I'd really like to see chartmuseum support in Harbor at least until Helm officially supports OCI for production use. Just my two cents. |
hey all, We should close this issue and continue our discussion on #15057 |
Agree with @Vad1mo. If you have any comments on the cc @hojerst / @sagikazarmark / @MaxRink / @eugenesotnikov / @alxbse |
I read features of relese 2.2.0. And i was very surprised by this
"The ChartMuseum is scheduled to be deprecated in a future v2.4.0 release."
What does it mean? I didn't find anything about it on site.
We have deploy based on helm+harbor. And i want to be ready for this.
The text was updated successfully, but these errors were encountered: