Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emmeowzing/chart-testing-orb
- Owner: emmeowzing
- License: mit
- Created: 2021-11-17T01:39:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:50:39.000Z (11 months ago)
- Last Synced: 2024-10-10T21:26:02.898Z (27 days ago)
- Topics: chart-testing, circleci, helm, kubernetes, orb
- Language: Ruby
- Homepage: https://circleci.com/developer/orbs/orb/bjd2385/chart-testing
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```