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

Method UpdateRepo

pkg/helmexec/exec.go:161–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159}
160
161func (helm *execer) UpdateRepo() error {
162 helm.logger.Info("Updating repo")
163 out, err := helm.exec([]string{"repo", "update"}, map[string]string{})
164 helm.info(out)
165 return err
166}
167
168func (helm *execer) RegistryLogin(repository string, username string, password string) error {
169 helm.logger.Info("Logging in to registry")

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
infoMethod · 0.95

Tested by

no test coverage detected