Merge pull request #5940 from Somefive/dev-v3

Redo the same fix with #3915 in dev-v3 branch
pull/5945/head
Martin Hickey 5 years ago committed by GitHub
commit 407d850847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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