Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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>