mittwald / go-helm-client

Go client for accessing the Helm package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetching a chart's tarball does not seem to be supported.

andreas-kupries opened this issue · comments

Looking through the API I was unable to find a function allowing me to fetch a chart's tarball.
(helm pull equivalent)
The chart should be specified by name and version, or maybe a ChartSpec.
Note: I am not looking at getting the tarball from a release.

Is it possible to get such a function ?

Alternatively, where should I look in the lower-level helm packages to assemble it myself ?