Pull Helm Charts Using Helm Client

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

The process of downloading a package from Helm is referred to as installing.

Now, every Helm file deployed to the root of the helm-local repository can be installed using:

helm repo update
helm install helm-virtual/[chartName]

For example:

helm repo update
helm install helm-virtual/myChart