Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Service page
Yandex Container Registry
Documentation
Yandex Container Registry
  • Getting started
    • All guides
    • Installing and configuring Docker
    • Authentication in Container Registry
      • Getting information about existing Helm charts
      • Pushing a Helm chart to a registry
      • Pulling a Helm chart from a registry
      • Deleting a Helm chart from a registry
    • Scanning Docker images for vulnerabilities
    • Creating a trigger for a registry
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ

In this article:

  • Getting information about local Helm charts
  • Getting information about Helm charts in a registry
  1. Step-by-step guides
  2. Managing a Helm chart
  3. Getting information about existing Helm charts

Getting information about available Helm charts

Written by
Yandex Cloud
Updated at June 9, 2025
  • Getting information about local Helm charts
  • Getting information about Helm charts in a registry

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 chartsGetting 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 registryGetting 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

Was the article helpful?

Previous
Deleting a Docker image from a registry
Next
Pushing a Helm chart to a registry
© 2025 Direct Cursus Technology L.L.C.