You can use Helm to pull charts in two ways:
Pull a Specific OCI Chart Version
Run the following command:
helm pull oci://[JFrogPlatformURL]/<REPO_NAME>/<CHART_NAME> --version <CHART_VERSION>Where:
[JFrogPlatformURL]: The URL of your JPD, without the protocol schema<REPO_NAME>: The name of the repository where the chart is located<CHART_NAME>: The name of the chart in Artifactory<CHART_VERSION>: The version number that you want to pull
For example:
helm pull oci://company.jfrog.io/oci-virtual/frog-chart --version 1.0.0Pull the Latest OCI Chart Version
Run the following command:
helm pull oci://[JFrogPlatformURL]/<REPO_NAME>/<CHART_NAME>Where:
[JFrogPlatformURL]: The URL of your JPD, without the protocol schema<REPO_NAME>: The name of the repository where the chart is located<CHART_NAME>: The name of the chart in Artifactory
For example:
helm pull oci://company.jfrog.io/oci-virtual/frog-chartNote
You can also use JFrog Set me up to copy the snippet populated with your token and environment. For more information, see Use Artifactory Set Me Up for Configuring Package Manager Clients.