Provides CI functionality for working with Helm.
orbs:
helm-ci: ovotech/[email protected]
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>