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 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
  1. Step-by-step guides
  2. Managing a Helm chart
  3. Pulling a Helm chart from a registry

Pulling a Helm chart from a registry

Written by
Yandex Cloud
Updated at October 21, 2024

You can pull Helm charts in a Container Registry repository. Container Registry stores Helm charts the same way as conventional Docker Images.

CLI

To pull a Helm chart, run the command below:

helm pull oci://cr.yandex/<registry_ID>/<Helm_chart_name> --version <version>

Note

If you are using a Helm version below 3.8.0, append the export HELM_EXPERIMENTAL_OCI=1 && \ string to the command to enable Open Container Initiative (OCI) support in the Helm client.

Command result:

Pulled: cr.yandex/<registry_ID>/<Helm_chart_name>:<version>
Digest: sha256:14ae8791607a62ab7adde4c546fd4a256f34298ad96855eae6662f53********

Was the article helpful?

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