'What was "helm chart export" command doing in helm 3.6

I am upgrading my projects to helm 3.7 and the helm chart export command in no longer supported. https://github.com/helm/helm/releases/tag/v3.7.0

Also there is no Documentation for versions previous to 3.7 available. I want to upgrade my project and need to know how to replace the code.



Solution 1:[1]

Helm chart export command was used to extract the helm chart to a specific destination after you pulled the helm chart image. On which destination you could then run for example helm install

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Yonatan Nir