Terry Howe

Results 465 comments of Terry Howe

Conflict here needs to be resolved. I think we could ignore codecov for this type of work.

Sounds like a dup of https://github.com/helm/helm/issues/31256

If you auth when you push, then yes. If you'd like, post a redacted debug log and I'd know for sure. You could also just look at the debug log...

Does this work with v3.18.0 or v3.17.0?

The relevant changes between 3.17.4 and 3.18.6 I see are: * Support for --plain-http was added which I assume you aren't using * Proxy support was fixed which might be...

Yeh, that confirms it. You've tried all the variations of 3.18+ that matter. This is a dup of https://github.com/helm/helm/issues/31256 which should be fixed by https://github.com/helm/helm/pull/31212. Quay, requests bearer auth and...

If you would validate since I cannot reproduce: ``` git clone https://github.com/helm/helm.git git fetch origin pull/31212/head:pr-31212 git checkout pr-31212 make build ./bin/helm push ... ``` I'd also be curious if...

Oh nice so the scope fix resolves your issue. That is a much easier fix to get merged.