mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-06 21:45:42 +01:00
27 lines
568 B
YAML
27 lines
568 B
YAML
remote: origin
|
|
target-branch: master
|
|
since: HEAD~1
|
|
build-id: pr-42
|
|
lint-conf: my-lint-conf.yaml
|
|
chart-yaml-schema: my-chart-yaml-schema.yaml
|
|
github-instance: https://github.com
|
|
validate-maintainers: true
|
|
validate-chart-schema: true
|
|
validate-yaml: true
|
|
check-version-increment: true
|
|
all: false
|
|
chart-repos:
|
|
- incubator=https://incubator
|
|
helm-repo-extra-args:
|
|
- incubator=--username test
|
|
chart-dirs:
|
|
- stable
|
|
- incubator
|
|
excluded-charts:
|
|
- common
|
|
helm-extra-args: --timeout 300
|
|
upgrade: true
|
|
skip-missing-values: true
|
|
namespace: default
|
|
release-label: release
|