Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 354 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 354 Bytes

Helm CI Orb

Provides CI functionality for working with Helm.

Example Usage

lint-chart

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>