Pulling a Helm chart from a registry
Written by
Updated at February 7, 2025
You can pull a Helm chart
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
The result will be as follows:
Pulled: registry.yandexcloud.net/<registry_ID>/<Helm_chart_name>:<version>
Digest: sha256:14ae8791607a62ab7adde4c546fd4a256f34298ad96855eae6662f53********