- remote: origin
- target-branch: master
- helm-extra-args: --debug
- lint-conf: .github/ct-install-config/lint-conf.yaml
- chart-yaml-schema: .github/ct-install-config/chart_schema.yaml
- # Check that the version in Chart.yaml is incremented
- check-version-increment: true
- debug: true
- chart-dirs:
- - library
- charts:
- - library/common-test
- excluded-charts: []
|