You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to me using 3.1.1 of the helm-diff plugin, 3.1.2 changelog adds the following parameter: --disable-validation.
I'm playing around with using this provider to enforce binary versions across our team with strictly terraform and I'm wondering if a terraform provider can handle specifying helm plugin versions.
The text was updated successfully, but these errors were encountered:
@bycEEE Hey! Thanks for reporting. I'm aware of this and planning to address it by integrating a package manager into the provider: https://github.com/mumoshu/shoal. So you'll eventually be able to manage versions of helmfile/helm/helm-diff via terraform resources.
Ran into this issue:
This is due to me using 3.1.1 of the helm-diff plugin, 3.1.2 changelog adds the following parameter:
--disable-validation
.I'm playing around with using this provider to enforce binary versions across our team with strictly terraform and I'm wondering if a terraform provider can handle specifying helm plugin versions.
The text was updated successfully, but these errors were encountered: