Latest | Server installation and setup | Deploying on Kubernetes | Data Center Edition | Installing from Helm repository
Installing Data Center Edition from the Helm repository
On this page
Once you have customized the SonarQube Server Helm chart, you can install it. You can also overwrite Helm chart parameters directly in the installation command.
Pre-installation steps
You must set the value of your application authentication JWT token (ApplicationNodes.jwtSecret
Helm chart parameter) with a HS256 key encoded with base64. You may use the following command on a Unix system:
The installation command below includes creating a secret and configuring the Helm chart token parameter with this secret.
Installation command
Use the following command to install the latest SonarQube Server Helm chart. If you want to deploy the SonarQube Server LTA version, you should install the LTA Helm chart, see the Helm chart documentation:
Was this page helpful?