mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-06 12:45:22 +01:00
* feat(upgrade): allow skipping missing values files This allows fixing previous chart versions in a single pull request without applying a major version bump to the chart version. Signed-off-by: Jacob LeGrone <git@jacob.work> * test(skip-missing-values): validate config and HasCIValuesFile method Signed-off-by: Jacob LeGrone <git@jacob.work> * docs(skip-missing-values): generate documentation Signed-off-by: Jacob LeGrone <git@jacob.work> * fix(chart): switch to filepath from path Signed-off-by: Jacob LeGrone <git@jacob.work>
575 B
575 B
ct
The Helm chart testing tool
Synopsis
Lint and test
- changed charts
- specific charts
- all charts
in given chart directories.
Options
-h, --help help for ct
SEE ALSO
- ct install - Install and test a chart
- ct lint - Lint and validate a chart
- ct lint-and-install - Lint, install, and test a chart
- ct list-changed - List changed charts
- ct version - Print version information