allow libhelm to use forward proxy (#10331)

pull/10338/head
Matt Hook 1 year ago committed by GitHub
parent af7834174a
commit d6d532473e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,8 @@ func (hbpm *helmBinaryPackageManager) SearchRepo(searchRepoOpts options.SearchRe
// I'm seeing 3 - 4s over wifi.
// Give ample time but timeout for now. Can be improved in the future
client = &http.Client{
Timeout: 60 * time.Second,
Timeout: 60 * time.Second,
Transport: http.DefaultTransport,
}
}

Loading…
Cancel
Save