Skip to content

Commit 90bc7ce

Browse files
SONAR-26030 Mention 2025.4 as the preferred LTA
Co-authored-by: Elena Vilchik <[email protected]>
1 parent 2601c1c commit 90bc7ce

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

charts/sonarqube-dce/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This helm chart bootstraps a SonarQube Data Center Edition cluster with a Postgr
88

99
The latest version of the chart installs the latest SonarQube version.
1010

11-
To install the version of the chart for SonarQube 9.9 LTA, please read the section [below](#installing-the-sonarqube-99-lts-chart). Deciding between LTA and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/)
11+
To install SonarQube Server Long-Term Active (LTA), please read the section [below](#upgrading-to-sonarqube-server-lta). Deciding between LTA and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/).
1212

1313
Please note that this chart does NOT support SonarQube Community, Developer, and Enterprise Editions.
1414

@@ -47,11 +47,13 @@ The [configuration](#configuration) section lists the parameters that can be con
4747

4848
The default login is admin/admin.
4949

50-
## Upgrading to SonarQube Server 2025.1 LTA
50+
## Upgrading to SonarQube Server LTA
5151

52-
When upgrading to SonarQube Server 2025.1 LTA from a previous versions, you should read carefully [the official documentation](https://docs.sonarsource.com/sonarqube-server/latest/server-upgrade-and-maintenance/upgrade/determine-path/) and determine the right upgrade path based on your current SonarQube Server version.
52+
When upgrading your SonarQube Server to a new Long-Term Active (LTA) release, you should carefully read the official upgrade documentation to determine the correct update path based on your current server version.
53+
* For SonarQube Server 2025.4 LTA, refer to the [LTA-to-LTA Upgrade Notes (2025.4)](https://docs.sonarsource.com/sonarqube-server/2025.4/server-update-and-maintenance/lta-to-lta-release-notes).
54+
* For SonarQube Server 2025.1 LTA, refer to the [LTA-to-LTA Upgrade Notes (2025.1)](https://docs.sonarsource.com/sonarqube-server/2025.1/server-update-and-maintenance/release-notes-and-notices/lta-to-lta-release-upgrade-notes).
5355

54-
When upgrading to the 2025.1 LTA version, you will experience an important change.
56+
When upgrading to the 2025.1 LTA version, you will experience a few changes.
5557

5658
* The `monitoringPasscode` needs to be set by the users. Set either that or `monitoringPasscodeSecretName` and `monitoringPasscodeSecretKey`.
5759

charts/sonarqube/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This chart bootstraps an instance of the latest SonarQube Server version with a
88

99
The latest version of the chart installs the latest SonarQube version.
1010

11-
To install the version of the chart for SonarQube 9.9 LTA, please read the section [below](#installing-the-sonarqube-99-lta-chart). Deciding between LTA and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/).
11+
To install SonarQube Server Long-Term Active (LTA), please read the section [below](#upgrading-to-sonarqube-server-lta). Deciding between LTA and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/).
1212

1313
Please note that this chart only supports SonarQube Server Developer and Enterprise editions and SonarQube Community Build. For SonarQube Server Data Center Edition refer to this [chart](https://artifacthub.io/packages/helm/sonarqube/sonarqube-dce).
1414

@@ -51,15 +51,17 @@ If you want to install the SonarQube Community Build chart, please set `communit
5151
This chart by default installs the SonarQube Community Build's latest version available at the time of the Helm chart release.
5252
If you want the use a more recent SonarQube Community Build, please set the `community.buildNumber` with the desired version.
5353

54-
## Upgrading to SonarQube Server 2025.1 LTA
54+
## Upgrading to SonarQube Server LTA
5555

56-
When upgrading to SonarQube Server 2025.1 LTA from a previous versions, you should read carefully [the official documentation](https://docs.sonarsource.com/sonarqube-server/2025.1/server-upgrade-and-maintenance/upgrade/determine-path/) and determine the right upgrade path based on your current SonarQube Server version.
56+
When upgrading your SonarQube Server to a new Long-Term Active (LTA) release, you should carefully read the official upgrade documentation to determine the correct update path based on your current server version.
57+
* For SonarQube Server 2025.4 LTA, refer to the [LTA-to-LTA Upgrade Notes (2025.4)](https://docs.sonarsource.com/sonarqube-server/2025.4/server-update-and-maintenance/lta-to-lta-release-notes).
58+
* For SonarQube Server 2025.1 LTA, refer to the [LTA-to-LTA Upgrade Notes (2025.1)](https://docs.sonarsource.com/sonarqube-server/2025.1/server-update-and-maintenance/release-notes-and-notices/lta-to-lta-release-upgrade-notes).
5759

5860
When upgrading to the 2025.1 LTA version, you will experience a few changes.
5961

6062
* The `monitoringPasscode` needs to be set by the users. Set either that or `monitoringPasscodeSecretName` and `monitoringPasscodeSecretKey`.
6163
* The `edition` parameter is now required to be explicitly set by the user to either `developer` or `enterprise`.
62-
* Users that want to install the SonarQube Community Build, must set `community.enabled` to `true` (check the [dedicated section](#installing-the-sonarqube-community-build-chart)).
64+
* Users that want to install the SonarQube Community Build, must set `community.enabled` to `true` (check the [dedicated section](#installing-sonarqube-community-build)).
6365

6466
## Installing previous chart versions
6567

0 commit comments

Comments
 (0)