Provides CI functionality for working with Helm.
orbs:
helm-ci: ovotech/helm-ci@1.0.1
workflows:
commit:
jobs:
- helm-ci/lint-chart:
name: example-job-name
chart_path: <path/to/helm/chart>
values_files: <values-file.yaml>,<other-values-file.yaml>