GetManifestsFromHelm only returns CRDs and ignores chart templates
@parthivsaikia is already working on this.
Since Apr 3, 2026.
- Dominant language
- Go
- Stars
- 223
- Forks
- 225
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 1
Description
### Current Behavior
The function GetManifestsFromHelm currently only processes files in the `crds/` folder. It ignores the `templates/` folder, which leads to "no components found" errors during model generation because the main resources (Deployments, Services) are missing.
### Expected Behavior
The function should also render the `templates/` directory to include the main Kubernetes resources, not just the CRDs.
### Screenshots/Logs
```
Error generating model: artifact-hub
no components found for model
Error generating model: argocd
provided Chart URL for the model argocd is empty.
Error generating model: aws-load-balancer-controller
no components found for model
Error generating model: ace
no components found for model
Error generating model: ambassador
no components found for model
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.