gruntwork-io/pre-commit

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

Closed this issue · 1 comments

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