From 627381428eb3899596dfcb2d4f646f041c2febce Mon Sep 17 00:00:00 2001 From: Cheng Fang Date: Thu, 14 Nov 2024 23:34:40 -0500 Subject: chore(deps): upgrade argo-cd from 2.11.7 to 2.13.0 (#936) Signed-off-by: Cheng Fang Co-authored-by: Jann Fischer --- ext/git/client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/git') diff --git a/ext/git/client.go b/ext/git/client.go index 199716b..622bcf1 100644 --- a/ext/git/client.go +++ b/ext/git/client.go @@ -207,7 +207,7 @@ func GetRepoHTTPClient(repoURL string, insecure bool, creds Creds, proxyURL stri }, } - proxyFunc := proxy.GetCallback(proxyURL) + proxyFunc := proxy.GetCallback(proxyURL, "") // Callback function to return any configured client certificate // We never return err, but an empty cert instead. @@ -802,7 +802,7 @@ func (m *nativeGitClient) runCmdOutput(cmd *exec.Cmd, ropts runOpts) (string, er } } } - cmd.Env = proxy.UpsertEnv(cmd, m.proxy) + cmd.Env = proxy.UpsertEnv(cmd, m.proxy, "") opts := executil.ExecRunOpts{ TimeoutBehavior: argoexec.TimeoutBehavior{ Signal: syscall.SIGTERM, -- cgit v1.2.3