Hi there, Since chartmuseum can provide the interface GET /api/charts/<name>/<version> which describes a chart version, how about providing an interface GET /api/charts/<name>/<version>/value which shows the values.yaml in chart version? Because the values.yaml is important for developers to generate the helm applications in many CD systems.
So why we don't implement this interface until now? Any help will be appreciated!
Hi there, Since chartmuseum can provide the interface
GET /api/charts/<name>/<version>which describes a chart version, how about providing an interfaceGET /api/charts/<name>/<version>/valuewhich shows thevalues.yamlin chart version? Because thevalues.yamlis important for developers to generate the helm applications in many CD systems.So why we don't implement this interface until now? Any help will be appreciated!