mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
bug: add proxy support for oci getter
adds missing proxy support on oci chart getter. Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
This commit is contained in:
parent
e81f6140dd
commit
94c1deae6d
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ func (g *OCIGetter) newRegistryClient() (*registry.Client, error) {
|
|||
IdleConnTimeout: 90 * time.Second,
|
||||
TLSHandshakeTimeout: 10 * time.Second,
|
||||
ExpectContinueTimeout: 1 * time.Second,
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue