pre-commit icon indicating copy to clipboard operation
pre-commit copied to clipboard

✨ add `helm package` hook

Open plusiv opened this issue 1 year ago • 0 comments

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.

  • [x] Ensure the branch is named correctly with the issue number. e.g: feature/new-vpc-endpoints-955 or bug/missing-count-param-434.
  • [x] Update the docs.
  • [x] Keep the changes backward compatible where possible.
  • [x] Run the pre-commit checks successfully.
  • [x] Run the relevant tests successfully.
  • [x] Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.

Related Issues

plusiv avatar May 11 '24 17:05 plusiv