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
Current Behavior
The function GetManifestsFromHelm currently only processes files in the
crds/folder. It ignores thetemplates/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