Skip to content

emmeowzing/chart-testing-orb

Repository files navigation

Helm chart-testing orb for CircleCI

This orb provides a set of commands and jobs for chart-testing in CircleCI workflows. Commands include

  • install-ct, to install one of the latest versions of ct, as well as expected CLI options
  • ct [ install | lint-and-install | lint | list-changed | version ].

Development

This orb has been developed in unpacked form. You may view its packed source with

$ circleci orb pack src/

pre-commit

This repository uses pre-commit to uphold certain code styling and standards. You may install the hooks listed in .pre-commit-config with

$ pre-commit install