Must-share information (formatted with Markdown):
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- SonarQube 8.9LTS, Enterprise Edition
what are you trying to achieve
- Deploy on self-hosted Kubernetes cluster, using helm charts
what have you tried so far to achieve this
- Added official SonarQube helm repository (Sonarsource Chart Repository)
- Run ‘helm search repo sonarqube’ to view available charts
result seen
sonarqube/sonarqube 2.0.0+248 9.3.0 SonarQube offers Code Quality and Code Security...
sonarqube/sonarqube-dce 1.0.0+248 9.3.0 SonarQube offers Code Quality and Code Security...
sonarqube/sonarqube-lts 1.0.25+248 8.9.7 SonarQube offers Code Quality and Code Security...
issue
The available charts do not cover the following combinations that I’d expect:
- sonarqube-enterprise (latest)
- sonarqube-enterprise-lts
- sonarqube-dce-lts
- sonarqube-developer (any variant)
The docker images for these exist, but deploying them by modifying the helm chart values involves some trust that the required configuration for the container matches what is supplied by the three available charts.