charts-ct-install.yaml 506 B

123456789101112131415161718
  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/community
  13. - library/ix-dev/enterprise
  14. excluded-charts:
  15. - common-test
  16. - common
  17. # GH Runner does not have the required storage space
  18. - storj