Currently, while capturing the helm details, in the manifest the "helmrepo" field is filled in using the "helmrepo.name" attribute. But in the component details in the chart field a different name can be specified and will work fine during deployment and also in helminfo.sh because both take the name from the component chart field and not helmrepo.name. This mismatch causes an error during the processing of the manifest as the helm repo name is different from where the chart is actually located. Can we enforce in some way for the two names to be the same?