Skip to content

Commit b0603fb

Browse files
committed
fix: respect proxy envvars on helm install/upgrade
Signed-off-by: Sidharth Menon <[email protected]>
1 parent 15f76cf commit b0603fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/registry/util.go

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ func NewRegistryClientWithTLS(out io.Writer, certFile, keyFile, caFile string, i
156156
ClientOptHTTPClient(&http.Client{
157157
Transport: &http.Transport{
158158
TLSClientConfig: tlsConf,
159+
Proxy: http.ProxyFromEnvironment,
159160
},
160161
}),
161162
)

0 commit comments

Comments
 (0)