Versions in this module Expand all Collapse all v1 v1.3.0 Nov 4, 2020 v1.2.0 Nov 2, 2020 Changes in this version + type Chart struct + Metadata *ChartMeta + type ChartMeta struct + Name string + Version string + type Helm struct + Instance *api.Instance + Kube *kube + Namespace string + Releases []*Release + Store string + Version string + func NewHelm(version, store, namespace string, instance *api.Instance) *Helm + func NewHelmWithKubeClient(version, store, namespace string, instance *api.Instance, ...) *Helm + func (h *Helm) FindVersions() error + type Release struct + Chart *Chart + Manifest string + Name string + Namespace string