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

Method BuildDeps

pkg/helmexec/exec.go:185–190  ·  view source on GitHub ↗
(name, chart string)

Source from the content-addressed store, hash-verified

183}
184
185func (helm *execer) BuildDeps(name, chart string) error {
186 helm.logger.Infof("Building dependency release=%v, chart=%v", name, chart)
187 out, err := helm.exec([]string{"dependency", "build", chart}, map[string]string{})
188 helm.info(out)
189 return err
190}
191
192func (helm *execer) UpdateDeps(chart string) error {
193 helm.logger.Infof("Updating dependency %v", chart)

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
infoMethod · 0.95

Tested by

no test coverage detected