charts-ct-lint.yaml 429 B

123456789101112131415
  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/ix-dev/charts
  11. - library/ix-dev/community
  12. - library/ix-dev/enterprise
  13. excluded-charts:
  14. - common-test
  15. - common