Report what cause finding chart to fail

Signed-off-by: Calle Pettersson <calle@cape.nu>
pull/8227/head
Calle Pettersson 5 years ago committed by Vlad Fratila
parent 6ce0c2e53c
commit 7ed87be025

@ -571,7 +571,7 @@ func (m *Manager) findChartURL(name, version, repoURL string, repos map[string]*
if err == nil { if err == nil {
return return
} }
err = errors.Errorf("chart %s not found in %s", name, repoURL) err = errors.Errorf("chart %s not found in %s: %s", name, repoURL, err)
return return
} }

Loading…
Cancel
Save