Skip to content

Latest commit

 

History

History

helm-ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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>