A Helm plugin to update the requirements in your chart to the latest available version.
- Python >= 3
 - Helm: installed and inited
 
helm plugin install https://github.com/rubms/helm-chart-requirements-updater
requirements-update is able to parse the output given by helm search, using that information to update the requirements in the Helm chart provided as an argument:
helm repo update
helm requirements-update <path_to_your_chart>