MCPcopy
hub / github.com/roboll/helmfile / Fetch

Method Fetch

pkg/helmexec/exec.go:429–434  ·  view source on GitHub ↗
(chart string, flags ...string)

Source from the content-addressed store, hash-verified

427}
428
429func (helm *execer) Fetch(chart string, flags ...string) error {
430 helm.logger.Infof("Fetching %v", chart)
431 out, err := helm.exec(append([]string{"fetch", chart}, flags...), map[string]string{})
432 helm.info(out)
433 return err
434}
435
436func (helm *execer) ChartPull(chart string, flags ...string) error {
437 helm.logger.Infof("Pulling %v", chart)

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
infoMethod · 0.95

Tested by

no test coverage detected