mirror of https://github.com/portainer/portainer
parent
6f81fcc169
commit
8f42ba0254
|
@ -58,6 +58,7 @@ func (hbpm *helmBinaryPackageManager) SearchRepo(searchRepoOpts options.SearchRe
|
||||||
// Give ample time but timeout for now. Can be improved in the future
|
// Give ample time but timeout for now. Can be improved in the future
|
||||||
client = &http.Client{
|
client = &http.Client{
|
||||||
Timeout: 60 * time.Second,
|
Timeout: 60 * time.Second,
|
||||||
|
Transport: http.DefaultTransport,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue