Terry Howe

Results 339 comments of Terry Howe

You have a DCO issue, you didn't sign the commit. Might help to put https://github.com/helm/helm/pull/30701 in description

It is certainly possible. I'm not sure how others feel about it, but makes sense to me in `helm show chart` after the digest maybe.

There is a PR out there [#30966](https://github.com/helm/helm/pull/30966)

I would get some tls transport is missing the proxy configuration like: ``` Transport: &http.Transport{ TLSClientConfig: tlsConf, Proxy: http.ProxyFromEnvironment, }, ``` Like this maybe https://github.com/helm/helm/blob/dev-v3/cmd/helm/root.go#L322

I don't have a proxy to functionally test that.

I just cherry-picked the commit from v4 https://github.com/helm/helm/pull/30818

I was able to add that repo with 3.18.4 🤷

Sorry, you are correct, I wasn't testing behind a proxy. I did some debugging on 3.18.4 though and running `helm repo add test https://helm.coder.com/v2` on that branch comes through here:...

Wait for some more eyes on this.