|
|
@ -87,7 +87,6 @@ func addRepository(name, url string, home helmpath.Home, certFile, keyFile, caFi
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
cif := home.RelativeIndex(name)
|
|
|
|
cif := home.RelativeIndex(name)
|
|
|
|
|
|
|
|
|
|
|
|
c := repo.Entry{
|
|
|
|
c := repo.Entry{
|
|
|
|
Name: name,
|
|
|
|
Name: name,
|
|
|
|
Cache: cif,
|
|
|
|
Cache: cif,
|
|
|
@ -97,7 +96,6 @@ func addRepository(name, url string, home helmpath.Home, certFile, keyFile, caFi
|
|
|
|
CAFile: caFile,
|
|
|
|
CAFile: caFile,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
r, err := repo.NewChartRepository(&c, getter.All(settings))
|
|
|
|
r, err := repo.NewChartRepository(&c, getter.All(settings))
|
|
|
|
if err != nil {
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
return err
|
|
|
|