Pulling a Helm chart from a registry
Written by
Updated at October 21, 2024
You can pull Helm charts
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
Command result:
Pulled: cr.yandex/<registry_ID>/<Helm_chart_name>:<version>
Digest: sha256:14ae8791607a62ab7adde4c546fd4a256f34298ad96855eae6662f53********