Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emmeowzing/chart-testing-orb

Helm chart-testing orb
https://github.com/emmeowzing/chart-testing-orb

chart-testing circleci helm kubernetes orb

Last synced: 6 days ago
JSON representation

Helm chart-testing orb

Awesome Lists containing this project

README

        

Helm `chart-testing` orb for CircleCI
-------------------------------------

This orb provides a set of commands and jobs for [`chart-testing`](https://github.com/helm/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
```shell
$ 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`](.pre-commit-config) with
```shell
$ pre-commit install
```