OpenCTI is an open source platform allowing organizations to manage their cyber threat intelligence knowledge and observables. It has been created in order to structure, store, organize and visualize technical and non-technical information about cyber threats.
Charts are available in:
helm repo add opencti https://devops-ia.github.io/helm-opencti
helm repo update
helm install [RELEASE_NAME] opencti/opencti
This install all the Kubernetes components associated with the chart and creates the release.
_See helm install for command documentation._
Charts are also available in OCI format. The list of available charts can be found here.
helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-opencti/opencti --version=[version]
Can be found in opencti chart.