mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
Feature: add extra flags to skip helm dependencies download and upgrade Go to 1.23 (#690)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
GitHub
parent
821eb0390c
commit
3e61ea4c85
@@ -66,6 +66,7 @@ ct lint-and-install [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")
|
||||
--skip-clean-up Skip resources clean-up. Used if need to continue other flows or keep it around.
|
||||
--skip-helm-dependencies Skip running 'helm dependency build' before linting
|
||||
--skip-missing-values When --upgrade has been passed, this flag will skip testing CI values files from the
|
||||
previous chart revision if they have been deleted or renamed at the current chart
|
||||
revision
|
||||
|
||||
@@ -69,6 +69,7 @@ ct lint [flags]
|
||||
expose sensitive data when helm-repo-extra-args contains passwords)
|
||||
--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")
|
||||
--skip-helm-dependencies Skip running 'helm dependency build' before linting
|
||||
--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)
|
||||
|
||||
Reference in New Issue
Block a user