Hello! Is there something one has to consider, whe...
# kubernetes
n
Hello! Is there something one has to consider, when using multiple helm.v3.Release resources? I currently have 3 in my Stack, and it results to Pulumi failing to update randomly. After like 10-15 tries it does work, but it's impossible to work with right now. I have opened an issue (https://github.com/pulumi/pulumi-kubernetes/issues/3678) containing more details and logs but I really want to continue working with Pulumi, as I believe the concept or it is really great. Thank you!
g
OCI charts are still not considered stable on Helm itself. Since your issue states that it works fine for non-OCI charts it might have something to do with that.
n
Hm, interesting, I've used to provision my infrastructure via Terraform and then just using Helm itself, and I've never had issues with it though.
This might also be a Windows exclusive problem, as I am trying it from WSL, and it seems to work. Although for some reason it takes forever (~1,5-2 minutes) after sending the command before I'm prompted to confirm the changes, which is weird.