Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Registry
  • Getting started
    • All guides
    • Creating a 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
  • Access management
  • Pricing policy
  • CLI reference
  • Audit Trails events

In this article:

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

Getting information about existing Helm charts

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

You can get a list of Helm charts from a registry in Cloud Registry. Helm charts in Cloud Registry are stored as 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 yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

To view a list of Helm charts uploaded to Cloud Registry, run the same command you would use to view a list of Docker images:

yc container image list

Was the article helpful?

Previous
Pulling a Docker image from a registry
Next
Pushing a Helm chart to a registry
Yandex project
© 2025 Yandex.Cloud LLC