In cases where you have already installed Artifactory on your system and wish to add some or all of the JFrog products, you can use the JFrog Platform Installer to perform an advanced installation.
Create a
custom-values.yaml
, which you will then pass during installation.In this file, disable the Artifactory installation and enable other products to install them on your system in the following way.
artifactory: enabled: false xray: enabled: true insight: enabled: true
Run the installation.
helm upgrade --install jfrog-platform --namespace jfrog-platform center/jfrog/jfrog-platform -f custom-values.yaml
For more information, see Installing the JFrog Platform Using Helm Chart.