common-ct-lint.yaml 364 B

12345678910111213
  1. remote: origin
  2. target-branch: master
  3. helm-extra-args: --timeout 600s --debug
  4. lint-conf: .github/ct-install-config/lint-conf.yaml
  5. chart-yaml-schema: .github/ct-install-config/chart_schema.yaml
  6. # Check that the version in Chart.yaml is incremented
  7. check-version-increment: true
  8. debug: true
  9. chart-dirs:
  10. - library
  11. charts:
  12. - library/common-test
  13. excluded-charts: []