You can push Helm charts using the following method: you can deploy by checksum or from an archive.
For example, to push a Helm OCI chart to a repository called helmoci-local, you could use the following:
helm push <HELM_CHART_TGZ_FILE> oci://[JFrogPlatformURL]/<REPOSITORY>Where:
[JFrogPlatformURL]: The URL of your JPDREPOSITORY: The name of the target repositoryHELM_CHART_TGZ_FILE: The name of Helm chart file
Note
Add the oci:// prefix to the Artifactory repository URL to force the Helm chart to wrap the artifact as OCI.
For example:
helm push mychart oci://company.jfrog.io/helmoci-localYou 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.