meshery / meshery/meshkit

GetManifestsFromHelm only returns CRDs and ignores chart templates

Open
#877 1 comment 0 reactions 1 assignee View on GitHub

@parthivsaikia is already working on this.

Since Apr 3, 2026.

kind/bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.