Redo the same fix with #3915 in dev-v3 branch

Signed-off-by: Da Yin <Somefive@foxmail.com>
pull/5940/head
Da Yin 6 years ago
parent 6b96d2158b
commit b9878bd912

@ -176,7 +176,7 @@ func (c *ChartDownloader) ResolveChartVersion(ref, version string) (*url.URL, ge
r := &repo.ChartRepository{}
r.Client = g
g.SetBasicAuth(c.getRepoCredentials(r))
return u, g, err
return u, g, nil
}
return u, nil, err
}

Loading…
Cancel
Save