Pull Helm OCI Chart Using Helm Client

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

The process of pulling a chart from Helm OCI is referred to as installing.

Now, every Helm OCI chart pushed to the root of the helmoci-local repository can be pulled using:

helm pull oci://[JFrogPlatformURL]/<REPOSITORY>/<CHART_NAME>

Note

It pulls the latest chart version.

helm pull oci://[JFrogPlatformURL]/<REPOSITORY>/<CHART_NAME> -–version <CHART_VERSION>

Note

It pulls a specific chart version.

Where:

  • [JFrogPlatformURL]: The URL of your JPD

  • REPOSITORY: The name of the target repository

  • CHART_NAME: The Helm chart file

  • CHART_VERSION: Specific version of the chart

For example:

helm push oci://company.jfrog.io/helmoci-local/mychart