Skip to content

Set up the chart

Get ready to install OpenCTI

  • Login to the Filigran registry with the credentials provided by Filigran

    helm registry login -u your_user -p your_password filigran.jfrog.io
    
  • Pull the Helm chart (if no version is specified, the latest will be pulled)

    helm pull oci://filigran.jfrog.io/filigran-ee/opencti  (optional: --version x.y.z)
    
  • Initial deployment, once you specified the values.yaml file with your own settings. You can grab a ready-to-deploy configuration in the examples provided on your left.

    helm install opencti opencti-x.y.z.tgz -f values.yaml -n opencti --create-namespace
    
  • Or, on configuration change / upgrade:

    helm upgrade --install opencti opencti-x.y.z.tgz -f values.yaml -n opencti