apps/opik-documentation/documentation/fern/docs-v2/self-host/helm.mdx
Important: If you're using or looking to use Opik or Comet enterprise version please reach out to [email protected] to gain access to the correct deployment documentation.
Opik's Helm chart has migrated from Bitnami charts and images to official Docker images and alternative Helm charts. This migration provides better compatibility, security, and maintainability.
Bitnami changed its distribution model in 2025:
By migrating to official Docker images and alternative Helm charts, we ensure:
mysql, redis, zookeeper, minio) remain freely available with full version supportIf you're upgrading the Opik Helm chart from version 1.9.39 or older, you need to enable the chart migration:
chartMigration:
enabled: true
The migration is seamless and data-preserving:
MySQL, MinIO, and Zookeeper are configured to use Bitnami data paths by default to ensure seamless migration:
/bitnami/mysql/data data directory/bitnami/zookeeper/data data directoryThe following components have been migrated to use official Docker images:
bitnami/zookeeper to official zookeeper:3.9.4 image using the CloudPirates Zookeeper chartmysql:8.4.2 imageredis/redis-stack-server:7.2.0-v10 imageminio/minio imageIf you encounter issues during migration, please check the troubleshooting guide or reach out for support.