How to install Sonarqube community build with Helm chart?

Hi, I would like to install Sonarqube community build using Helm chart.

Official helm repository (Sonarsource Chart Repository) does not (yet?) have a chart for 25.2.
AFAIK the chart is in common between Sonarqube server and Sonarqube community build and the chart has the number of Sonarqube server (f.i. 2025.1) but you can choose the community edition setting it in the value file alongside with build number

community:
  enabled: true
  buildNumber: "25.1.0.102122"

Questions:

  • Is it possible to target 25.2 build number using 2025.1 chart?
  • On the contrary, if we should only use 25.1 build number in 2025.1 chart, that means that helm chart for 25.2 will be available as 2025.2 only when server 2025.2 will be released. Is it correct?

Hey there.

Yes, you can use the 2025.1 chart with 25.2 Community Build! This compatibility needs to be updated, and I will ping our folks on that again.

Thank you @Colin for your quick and good response

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.