I don't want to fuzzy search the entire chart name including the local repo name I want to explicitly search in a specific repo.
I have private repos:
> helm repo list
NAME URL
dev https://me.jfrog.io/artifactory/helm-dev
prod https://me.jfrog.io/artifactory/helm-prod
How can I do this (this arg does not exist --repo-name=dev
):
helm search repo --repo-name=dev --devel -l
Or even this:
helm search repo --repo-url=https://me.jfrog.io/artifactory/helm-dev --devel -l