Versions in this module Expand all Collapse all v0 v0.20.3 Nov 15, 2023 v0.20.2 Nov 13, 2023 Changes in this version + type Repo struct + func New(dir string) (*Repo, error) + func (r *Repo) Fetch(name string, version string) (string, error) + func (r *Repo) GetChartDetails(name string, version string) (*types.ChartDetails, error) + func (r *Repo) Has(name string, version string) (bool, error) + func (r *Repo) List() ([]string, error) + func (r *Repo) ListChartVersions(name string) ([]string, error) + func (r *Repo) Reload() error + func (r *Repo) Upload(filepath string, metadata *chart.Metadata) error