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 JPDREPOSITORY: The name of the target repositoryCHART_NAME: The Helm chart fileCHART_VERSION: Specific version of the chart
For example:
helm push oci://company.jfrog.io/helmoci-local/mychart