Brian Ewins

Results 22 comments of Brian Ewins

Adding detail from my closed bug (also ubuntu-20.04) ```~$ git --version git version 2.25.1 ```

Indeed... my bad - the step of my build that fails was the windows build which is older: `git version 2.22.0.windows.1` But https://github.com/actions/checkout/issues/1386 reports that sparse-checkout wasn't working here until...

https://github.com/actions/checkout/blob/main/src/git-source-provider.ts#L212 this is where it's failing in ours - if sparseCheckout isn't enabled it calls `disableSparseCheckout()` which runs `git sparse-checkout disable`, boom

That doesn't fix the bug in this report; running my reproducer above you can still see the problem. From looking at the patch it just narrows the cache lifetime, and...

@gitta-jfrog we're seeing the exact same issue on 7.84.20 after upgrading from 7.84.11 and the link you posted above says absolutely nothing about the details and resolution. I even checked...

FWIW, I just investigated a similar problem with simple-repository-server (https://github.com/simple-repository/simple-repository-server). TLDR; this is fixed at the bottom of this comment, which is just here to show how. I'm trying to...

hitting this problem too, in our case the DatadogAgent was created manually first then we want to annotate it as managed by helm. The annotation cannot be applied because the...

I think this is a dupe of #654 tho

Ok, I read a lot of the code and now understand this one better. It is a bug, but the correct solution is not the one described above. What happened...

aaaand digging just a little further I see the storage flag _was_ switched to v2alpha1. So how did we get this odd mix...? It was the helm chart. https://artifacthub.io/packages/helm/datadog/datadog-operator#values ```...