charts-ct-lint.yaml 438 B

12345678910111213141516
  1. remote: origin
  2. target-branch: master
  3. helm-extra-args: --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/ix-dev/charts
  11. - library/ix-dev/test
  12. - library/ix-dev/community
  13. - library/ix-dev/enterprise
  14. excluded-charts:
  15. - common-test
  16. - common