1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

allow libhelm to use forward proxy (#10331)

This commit is contained in:
Matt Hook 2023-09-19 18:07:51 +12:00 committed by GitHub
parent af7834174a
commit d6d532473e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ func (hbpm *helmBinaryPackageManager) SearchRepo(searchRepoOpts options.SearchRe
// Give ample time but timeout for now. Can be improved in the future
client = &http.Client{
Timeout: 60 * time.Second,
Transport: http.DefaultTransport,
}
}