You can use Helm to push charts to Artifactory in OCI format.
Run the following command:
helm push <CHART_TGZ> oci://[JFrogPlatformURL]/<REPO_NAME>Where:
<CHART_TGZ>: The filepath to the local Helm chart file[JFrogPlatformURL]: The URL of your JPD, without the protocol schema<REPO_NAME>: The name of the target repository
For example:
helm push frog-chart-1.0.0.tgz oci://company.jfrog.io/oci-virtualNote
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.