Helm provider update broken components #79
-
Hi team, I think helm provider for terraform got updated, so now components and modules are failing: See also here - hashicorp/terraform-provider-helm#1637 The components either need to be updated, or in the mean time, pinned to 'less than 3.0' At the moment, all components which are trying to install a helm chart (external-dns, external-secrets, etc) are broken, and we had to modify the code ourselves.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
i'm running into the same issue |
Beta Was this translation helpful? Give feedback.
-
Apologies for the delay in getting back to both of you on this — we definitely dropped the ball here, and I hate that. Our internal SLA is two days, and it's been five. No excuses. We’re actively rolling out the fix today across all of our components that depend on the Helm provider. The current workaround is to pin the provider to Here are some related conversations that might interest you:
Thanks for your patience — we’ll do better. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
hey so this is because helm recently updated their provider releasing v3 . V3 is not backwards compatible and we're working to update all the components right now.
For example cloudposse-terraform-components/aws-eks-cert-manager#33
Full list of PRs