Pull Helm OCI Charts

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

You can pull a Helm chart using the following methods:

Pull Specific Version

To pull a specific chart, use the following command:

Note

Make sure to replace the placeholders in bold with your own JFrog domain, repository name, chart name, and chart version.

helm pull oci://<YOUR_JFROG_DOMAIN>/<REPOSITORY_NAME>/<CHART_NAME> -–version <CHART_VERSION>
Pull Latest Version

To pull the latest chart version, use the following command:

Note

Make sure to replace the placeholders in bold with your own JFrog domain, repository name, and chart name.

helm pull oci://<YOUR_JFROG_DOMAIN>/<REPOSITORY_NAME>/<CHART_NAME>