Upgrading Helm Charts With Terraform

Hi,

I’m trying to upgrade and deploy a new version of helm chart, is it possible to accomplish this for zero downtime using Terraform? I’m pulling the chart from a repo using Helm Terraform provider leveraging custom values to configure app. Please advise?

Hey @dycomemail

We have some docs on how to do upgrades with just the Helm values here. You might be able to use them as guidance to orchestrate the same thing via the terraform provider.

Hope this helps!