You can pull a Helm chart using the following methods:
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>
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>