Description
helm/v1-alpha has been deprecated in favor of helm/v2-alpha.
The Kubebuilder documentation already marks helm/v1-alpha as deprecated and recommends using helm/v2-alpha instead.
The helm/v2-alpha plugin was introduced to address feedback from the original Helm plugin implementation and to improve maintainability by generating Helm charts from the kustomize output instead of relying on static templates.
Recent releases also include migration support from helm/v1-alpha to helm/v2-alpha, including auto migration through kubebuilder alpha generate / kubebuilder alpha update.
However, the helm/v1-alpha implementation still exists in the repository alongside helm/v2-alpha.
This issue is intended to track when and how we can safely remove the deprecated helm/v1-alpha plugin.
Description
helm/v1-alphahas been deprecated in favor ofhelm/v2-alpha.The Kubebuilder documentation already marks
helm/v1-alphaas deprecated and recommends usinghelm/v2-alphainstead.The
helm/v2-alphaplugin was introduced to address feedback from the original Helm plugin implementation and to improve maintainability by generating Helm charts from the kustomize output instead of relying on static templates.Recent releases also include migration support from
helm/v1-alphatohelm/v2-alpha, including auto migration throughkubebuilder alpha generate/kubebuilder alpha update.However, the
helm/v1-alphaimplementation still exists in the repository alongsidehelm/v2-alpha.This issue is intended to track when and how we can safely remove the deprecated
helm/v1-alphaplugin.