charts-ct-install.yaml 530 B

12345678910111213141516171819
  1. remote: origin
  2. target-branch: master
  3. helm-extra-args: --timeout 600s
  4. # This is too verbose, contains the rendered k8s objects
  5. # helm-extra-args: --timeout 600s --debug
  6. chart-yaml-schema: .github/ct-install-config/chart_schema.yaml
  7. debug: false
  8. # Also test upgrade on each app/ci-values
  9. upgrade: true
  10. chart-dirs:
  11. - library/ix-dev/charts
  12. - library/ix-dev/test
  13. - library/ix-dev/community
  14. - library/ix-dev/enterprise
  15. excluded-charts:
  16. - common-test
  17. - common
  18. # GH Runner does not have the required storage space
  19. - storj