1234567891011121314 |
- ## Reference: https://github.com/helm/chart-testing/blob/master/doc/ct_lint-and-install.md
- # Don't add the 'debug' attribute, otherwise the workflow won't work anymore
- # Only Used for the CT Lint Stage
- remote: origin
- target-branch: main
- chart-dirs:
- - charts
- chart-repos:
- - dandydeveloper=https://dandydeveloper.github.io/charts/
- validate-chart-schema: false
- validate-maintainers: true
- validate-yaml: true
- exclude-deprecated: true
- excluded-charts: []
|