Getting information about available Helm charts
Written by
You can get a list of Helm charts in a Container Registry repository. Container Registry stores Helm charts the same way as conventional Docker Images.
Getting information about local Helm charts
CLI
To view a Helm chart list locally, run the command below:
helm repo list
Getting information about Helm charts in a registry
CLI
To view a list of the Helm charts uploaded to Container Registry, run the command you would use to view a list of Docker images:
yc container image list