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

Method UpdateDeps

pkg/helmexec/exec.go:192–197  ·  view source on GitHub ↗
(chart string)

Source from the content-addressed store, hash-verified

190}
191
192func (helm *execer) UpdateDeps(chart string) error {
193 helm.logger.Infof("Updating dependency %v", chart)
194 out, err := helm.exec([]string{"dependency", "update", chart}, map[string]string{})
195 helm.info(out)
196 return err
197}
198
199func (helm *execer) SyncRelease(context HelmContext, name, chart string, flags ...string) error {
200 helm.logger.Infof("Upgrading release=%v, chart=%v", name, chart)

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
infoMethod · 0.95

Tested by

no test coverage detected