mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
use .helmignore when identifying changed charts (#591)
* use .helmignore when identifying changed charts Signed-off-by: Cyril Jouve <jv.cyril@gmail.com> * use .helmignore when identifying changed charts Signed-off-by: Cyril Jouve <jv.cyril@gmail.com> --------- Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
This commit is contained in:
@@ -77,6 +77,7 @@ ct install [flags]
|
||||
--target-branch string The name of the target branch used to identify changed charts (default "main")
|
||||
--upgrade Whether to test an in-place upgrade of each chart from its previous revision if the
|
||||
current version should not introduce a breaking change according to the SemVer spec
|
||||
--use-helmignore Use .helmignore when identifying changed charts
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
@@ -72,6 +72,7 @@ ct lint-and-install [flags]
|
||||
--target-branch string The name of the target branch used to identify changed charts (default "main")
|
||||
--upgrade Whether to test an in-place upgrade of each chart from its previous revision if the
|
||||
current version should not introduce a breaking change according to the SemVer spec
|
||||
--use-helmignore Use .helmignore when identifying changed charts
|
||||
--validate-chart-schema Enable schema validation of 'Chart.yaml' using Yamale (default true)
|
||||
--validate-maintainers Enable validation of maintainer account names in chart.yml.
|
||||
Works for GitHub, GitLab, and Bitbucket (default true)
|
||||
|
||||
@@ -70,6 +70,7 @@ ct lint [flags]
|
||||
--remote string The name of the Git remote used to identify changed charts (default "origin")
|
||||
--since string The Git reference used to identify changed charts (default "HEAD")
|
||||
--target-branch string The name of the target branch used to identify changed charts (default "main")
|
||||
--use-helmignore Use .helmignore when identifying changed charts
|
||||
--validate-chart-schema Enable schema validation of 'Chart.yaml' using Yamale (default true)
|
||||
--validate-maintainers Enable validation of maintainer account names in chart.yml.
|
||||
Works for GitHub, GitLab, and Bitbucket (default true)
|
||||
|
||||
@@ -28,6 +28,7 @@ ct list-changed [flags]
|
||||
--remote string The name of the Git remote used to identify changed charts (default "origin")
|
||||
--since string The Git reference used to identify changed charts (default "HEAD")
|
||||
--target-branch string The name of the target branch used to identify changed charts (default "main")
|
||||
--use-helmignore Use .helmignore when identifying changed charts
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
Reference in New Issue
Block a user