You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/sonarqube/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Please note that this chart only supports SonarQube Server Developer and Enterpr
16
16
17
17
SonarQube Server Version: `2025.3.0`
18
18
19
-
SonarQube Community Build: `25.6.0.109173`. If you want the use a more recent SonarQube Community Build, please set the `community.buildNumber` with the desired version.
19
+
SonarQube Community Build: `25.7.0.110598`. If you want the use a more recent SonarQube Community Build, please set the `community.buildNumber` with the desired version.
20
20
21
21
## Kubernetes and Openshift Compatibility
22
22
@@ -274,7 +274,7 @@ The following table lists the configurable parameters of the SonarQube chart and
274
274
| `annotations` | SonarQube Pod annotations | `{}` |
275
275
| `edition` | SonarQube Edition to use (`developer` or `enterprise`). | `None` |
276
276
| `community.enabled` | Install SonarQube Community Build. When set to `true`, `edition` must not be set. | `false` |
277
-
| `community.buildNumber` | The SonarQube Community Build number to install | `25.6.0.109173` |
277
+
| `community.buildNumber` | The SonarQube Community Build number to install | `25.7.0.110598` |
278
278
| `sonarWebContext` | SonarQube web context, also serve as default value for `ingress.path`, `account.sonarWebContext` and probes path. | `` |
279
279
| `httpProxySecret` | Should contain `http_proxy`, `https_proxy` and `no_proxy` keys, will supersede every other proxy variables | `` |
280
280
| `httpProxy` | HTTP proxy for downloading JMX agent and install plugins, will supersede initContainer specific http proxy variables | `` |
0 commit comments