12 lines
		
	
	
		
			417 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			417 B
		
	
	
	
		
			YAML
		
	
	
	
| # This file defines the config for "ct" (chart tester) used by the helm linting GitHub workflow
 | |
| remote: origin
 | |
| target-branch: master
 | |
| lint-conf: charts/.ci/lint-config.yaml
 | |
| chart-repos:
 | |
|   - jetstack=https://charts.jetstack.io
 | |
| check-version-increment: false # Disable checking that the chart version has been bumped
 | |
| charts:
 | |
|   - charts/gha-runner-scale-set-controller
 | |
|   - charts/gha-runner-scale-set
 | |
| skip-clean-up: true
 |