Hey quick question about the `helm.Release` - woul...
# kubernetes
t
Hey quick question about the
helm.Release
- would it be possible to add an option for retries on helm chart repos? Many of them often fail to fetch on the first attempt, which then fails the rest of the update.
It's not a problem when there's relatively few helm releases in a stack, but when there are many, they occur much more frequently.
h
sounds like https://github.com/pulumi/pulumi-kubernetes/issues/2448? can you give that an upvote and maybe paste in some of the errors you see when you get failures?
t
That's exactly what it is! Thank you
Next time I get a 401 from nvidia or ambassador, I'll post it on the issue 🙂