I am faced with a situation where I need to use JFrog Artifactory as a Helm Registry. I have got the Helm Chart ready with me and have added the Helm Repo using the helm repo add command. However, while trying to push the chart to JFrog Registry. I am faced with the error - 404 unable to pass JSON.
Can we use JFrog Remote Repositories as Helm Registries? If yes can someone point towards the working JFrog Docs?
Currently, I am using the helm cm-push plugin to push the chart.tgz files to registry. This is working if I want to push to Gitlab Registry but doesn't seem to be working for Artifactory Repo. Can we use cm-push plugin to push to JFrog Helm Registry?