I have added new repository. using the command.
helm repo add --username <username> <reponame> <url>.
I am also able to add the same using the lens file->preferences->Kubernetes->Helm charts-> Add custom Helm repo
Check the image below
Repository added using preferences.
Once done I updated the repository list using command
helm repo update and then I am also able to list the repo using the helm command helm search repo -l
helm search repo -l result snippet
But the same is not showing in the kubernetes IDE Lens Kubernetes lens charts list.
One this I noticed is the version in the lens chart list doesn't start with any letter but the one that is not shown in the list but in the cli starts with letter "v". I doubt if that could be the cause.
Any help or suggestion will be much appreciated