Getting information about available Helm charts
Written by
Updated at June 9, 2025
You can get a list of Helm charts
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
If you do not have the Yandex Cloud CLI installed yet, install and initialize it.
By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID>
command. You can also set a different folder for any specific command using the --folder-name
or --folder-id
parameter.
To view a list of Helm charts uploaded to Container Registry, run the command you would use to view a list of Docker images:
yc container image list