Does anyone know how to handle updates in Helm Cha...
# kubernetes
b
Does anyone know how to handle updates in Helm Chart/Release ? I created a release using Pulumi but it never updates when i’m changing the chart or the pulumi code. For example, I changed the release namespace, it updates the Pulumi state but doesn’t create the release in the new namespace (neither delete the old release). Any hints with that ?
2