gruntwork-io / pre-commit

A collection of pre-commit hooks used by Gruntwork tools
https://gruntwork.io/
Apache License 2.0
484 stars 155 forks source link

✨ add `helm package` hook #113

Open plusiv opened 4 months ago

plusiv commented 4 months ago

Description

I Added helm package as a hook to package helm charts.

[!NOTE]
I used the helmlint hook as the foundation of a this new hook since it's basically the same logic.

Documentation

As documentation says about helm package command ...

This command packages a chart into a versioned chart archive file. If a path is given, this will look at that path for a chart (which must contain a Chart.yaml file) and then package that directory.

TODOs

Please ensure all of these TODOs are completed before asking for a review.

Related Issues