Commit 78db552
fix: helm lint workflow failing on non-chart directories
- Update Helm lint workflow to skip non-chart directories (assets/, shared-values/)
- Add proper Chart.yaml existence check before linting
- Fix workflow that was failing due to attempting to lint directories without Chart.yaml
The workflow now properly:
- Skips helm/assets/ (contains logo and docs)
- Skips helm/shared-values/ (contains shared YAML configs, not charts)
- Only lints actual Helm charts with Chart.yaml files
All charts now pass linting successfully.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7ae7a81 commit 78db552
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
30 | 41 | | |
0 commit comments