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?