Igor Sutton
Igor Sutton
I'm looking at this.
Hi @tyregard, Can you please take a look at https://github.com/isutton/helm/tree/isutton/issue11012 which contains the `--qps` flag with a default value of `5`. Try to increase it until it works, so we...
Hi @tyregard Some questions for you: * What version were you using before 3.9, before the issues you've described started to happen? More specifically, which version were you using before...
@tyregard You see that going from 3.5.3 to 3.9 a lot of things might have changed, and I believe that regardless of my initial PR this increased release time is...
I would suggest changing this from "bug" to "feature" since management of Stateful Sets were never tested nor considered.
/test backend
I've found that `Next()` can return an `plumbing.ErrObjectNotFound` error in the case of a shallow checkout. The workaround for that is (from what I just found): ```go import "github.com/go-git/go-git/v5/plumbing" //...