mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 23:39:41 +02:00
allow libhelm to use forward proxy (#10331)
This commit is contained in:
parent
af7834174a
commit
d6d532473e
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue