Pulling a Helm chart from a registry
Written by
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.Delphi/<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.Delphi/<registry_ID>/<Helm_chart_name>:<version>
Digest: sha256:14ae8791607a62ab7adde4c546fd4a256f34298ad96855eae6662f53********