Install Other JFrog Products with an Existing Artifactory Installation

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

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.

  1. Create a custom-values.yaml, which you will then pass during installation.

  2. 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
  3. Run the installation.

    helm upgrade --install jfrog-platform --namespace jfrog-platform jfrog/jfrog-platform -f custom-values.yaml

For more information, see Installing the JFrog Platform Using Helm Chart.