Date
1 - 2 of 2
Helm Charts Hosts on OCI Registry
Hang Yan
https://github.com/hangyan/chart-registry. Hello everyone, i have create a new project to explore the idea that use OCI registry as chart repo. Welcome to check it out
|
|
Josh Dolitsky
Hello, thanks for sharing. I took a look at the source. Maybe you can explain the project a bit more- is the purpose of this so that you can see your charts listed in "helm chart list" upon upload via ChartMuseum API? OCI distribution has its own API for upload that is being used in "helm chart push": https://github.com/opencontainers/distribution-spec/blob/master/spec.md#pushing-an-image If your goal is to have a chart repo in front, and registry in the back, you might consider submitting a new "OCI" backend to chartmuseum/storage: https://github.com/chartmuseum/storage Here is related GitHub issue: https://github.com/helm/chartmuseum/issues/237 Josh On Thu, Jan 9, 2020 at 3:30 AM Hang Yan <hangyan@...> wrote: https://github.com/hangyan/chart-registry. Hello everyone, i have create a new project to explore the idea that use OCI registry as chart repo. Welcome to check it out |
|