Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Blog
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
Yandex project
© 2023 Intertech Services AG
Yandex Container Registry
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Authentication in Container Registry
    • Managing a Docker image
    • Managing Helm charts
      • Getting information about available Helm charts
      • Pushing a Helm chart to a registry
      • Pulling a Helm chart from a registry
      • Deleting a Helm chart from a registry
    • Managing a registry
    • Managing a repository
    • Managing Docker image lifecycle policies
    • Scanning Docker images for vulnerabilities
    • Working with roles
  • Yandex Container Solution
  • Practical guidelines
  • Concepts
  • Access management
  • Pricing policy
  • API reference
  • Troubleshooting
  • Questions and answers
  1. Step-by-step instructions
  2. Managing Helm charts
  3. Getting information about available Helm charts

Getting information about available Helm charts

Written by
Yandex Cloud
  • 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 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

Was the article helpful?

Language / Region
Yandex project
© 2023 Intertech Services AG
In this article:
  • Getting information about local Helm charts
  • Getting information about Helm charts in a registry