Drop support for helm.v2 SDK #1789
Labels
area/helm
impact/breaking
Fixing this issue will require a breaking change
kind/enhancement
Improvements or new features
resolution/fixed
This issue was fixed
Milestone
Hello!
Issue details
We should consider dropping support for the deprecated
helm.v2.Chart
resource. This resource has ~equivalent support in thehelm.v3.Chart
SDK, with the most notable difference being thatv2
shells out to the helm CLI, whilev3
uses the client SDK.Dropping this SDK would significantly reduce maintenance burden for helm.
The text was updated successfully, but these errors were encountered: