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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
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
  1. Step-by-step guides
  2. Managing artifacts
  3. Helm chart
  4. Pulling a Helm chart from a registry

Pulling a Helm chart from a registry

Written by
Yandex Cloud
Updated at February 7, 2025

You can pull a Helm chart from a registry in Cloud Registry. Cloud Registry stores Helm charts as Docker images.

CLI

To pull a Helm chart, run the command below:

helm pull oci://registry.yandexcloud.net/<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.

The result will be as follows:

Pulled: registry.yandexcloud.net/<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
© 2025 Direct Cursus Technology L.L.C.