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

helmlint pre-commit should allow specifying --kube-version flag #115

Closed ericmenard closed 1 month ago

ericmenard commented 2 months ago

helm lint allow to specifying --kube-version to set Capabilities

See https://helm.sh/docs/helm/helm_lint/

example: helm lint -f mychart/values.yaml mychart --kube-version=1.29.4

However, it seems impossible to set it in the helmlint pre-commit args. I'm thinking about something like