You can deploy charts via the REST API. When using this method, you can deploy by checksum or from an archive.
For example, to deploy a Helm chart to a repository called helm-local, you could use the following:
curl -u<USERNAME>:<PASSWORD> -T <PATH_TO_FILE> "https://[JFrogPlatformURL]/artifactory/helm-local/<TARGET_FILE_PATH>"where:
<USERNAME>: Your JPD Username<PASSWORD>: Your JPD Password<TARGET_FILE_PATH>: The path from the repository root to the deploy folder
For example:
curl -uadmin:password -T myPath "https://company.jfrog.io/artifactory/helm-local/mypath"