Skip to content

Commit

Permalink
fix: respect proxy envvars on helm install/upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Sidharth Menon <menon.sid.k@gmail.com>
(cherry picked from commit b0603fb)
  • Loading branch information
sidkmenon authored and mattfarina committed Jul 10, 2024
1 parent eb4cf60 commit 7413819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/registry/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ func NewRegistryClientWithTLS(out io.Writer, certFile, keyFile, caFile string, i
ClientOptHTTPClient(&http.Client{
Transport: &http.Transport{
TLSClientConfig: tlsConf,
Proxy: http.ProxyFromEnvironment,
},
}),
)
Expand Down

0 comments on commit 7413819

Please sign in to comment.