mittwald / go-helm-client

Go client for accessing the Helm package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this client be used to list charts stored in a repository

AndrewFalanga opened this issue · comments

It looks like this library abstracts only the ability to update a chart, perhaps validate a chart is correctly written (i.e. the linter) and store a new chart to the repository. Is this the case? Is there a way that I can a list of charts from a repository using this library? Similar to helm search repo?