> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# bjd2385/chart-testing

A chart-testing orb for use in CircleCI.


## Commands

### install

Run 'ct install'


| Parameter | Type | Default | Description |
|---|---|---|---|
| `config` | string | .chart-testing.yaml | Path to a valid configuration file. |
| `extra-args` | string |  | Additional arguments to pass to ct |

### install-ct

Install chart-testing (ct) and all prerequisites.


| Parameter | Type | Default | Description |
|---|---|---|---|
| `helm-client-version` | string | v3.7.1 | Helm client version |
| `kubectl-version` | string | latest | kubectl version |
| `version` | string | 3.5.0 | chart-testing version |

### lint

Run 'ct lint'


| Parameter | Type | Default | Description |
|---|---|---|---|
| `config` | string | .chart-testing.yaml | Path to a valid configuration file. |
| `extra-args` | string |  | Additional arguments to pass to ct |

### lint-and-install

Run 'ct lint-and-install'


| Parameter | Type | Default | Description |
|---|---|---|---|
| `config` | string | .chart-testing.yaml | Path to a valid configuration file. |
| `extra-args` | string |  | Additional arguments to pass to ct |

### list-changed

Run 'ct list-changed'


| Parameter | Type | Default | Description |
|---|---|---|---|
| `config` | string | .chart-testing.yaml | Path to a valid configuration file. |
| `extra-args` | string |  | Additional arguments to pass to ct |

### version

Run 'ct version'


## Executors

### default

base default CircleCI executor.

| Parameter | Type | Default | Description |
|---|---|---|---|
| `tag` | string | stable-20.04 | Pick a specific circleci/node image variant: https://hub.docker.com/r/cimg/node/tags
 |