Skip to content

Commit

Permalink
bug: add proxy support for oci getter
Browse files Browse the repository at this point in the history
adds missing proxy support on oci chart getter.

Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 94c1dea)
  • Loading branch information
ricardomaraschini authored and mattfarina committed Apr 10, 2024
1 parent f03cc04 commit aa7d953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/getter/ocigetter.go
Expand Up @@ -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,
}
})

Expand Down

0 comments on commit aa7d953

Please sign in to comment.