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-dce/Chart.yaml
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ apiVersion: v2
2
2
name: sonarqube-dce
3
3
description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
Copy file name to clipboardexpand all lines: charts/sonarqube-dce/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ This helm chart bootstraps a SonarQube Data Center Edition cluster with a Postgr
8
8
9
9
The latest version of the chart installs the latest SonarQube version.
10
10
11
-
To install the version of the chart for SonarQube 9.9 LTS, please read the section [below](#installing-the-lts-chart). Deciding between LTS and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/)
11
+
To install the version of the chart for SonarQube 9.9 LTA, please read the section [below](#installing-the-lts-chart). Deciding between LTA and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/)
12
12
13
13
Please note that this chart does NOT support SonarQube Community, Developer, and Enterprise Editions.
14
14
15
15
## Compatibility
16
16
17
-
Compatible SonarQube Version: `9.9.4`
17
+
Compatible SonarQube Version: `9.9.5`
18
18
19
19
Supported Kubernetes Versions: From `1.23` to `1.26`
20
20
@@ -41,9 +41,9 @@ The above command deploys SonarQube on the Kubernetes cluster in the default con
41
41
42
42
The default login is admin/admin.
43
43
44
-
## Installing the SonarQube 9.9 LTS chart
44
+
## Installing the SonarQube 9.9 LTA chart
45
45
46
-
The version of the chart for the SonarQube 9.9 LTS is being distributed as the `7.x.x` version of this chart.
46
+
The version of the chart for the SonarQube 9.9 LTA is being distributed as the `7.x.x` version of this chart.
47
47
48
48
In order to use it, please set the version constraint `~7`, which is equivalent to `>=7.0.0 && <= 8.0.0`. That version parameter **must** be used in every helm related command including `install`, `upgrade`, `template`, and `diff` (don't treat this as an exhaustive list).
49
49
@@ -133,7 +133,7 @@ The following table lists the configurable parameters of the SonarQube chart and
Copy file name to clipboardexpand all lines: charts/sonarqube/Chart.yaml
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ apiVersion: v2
2
2
name: sonarqube
3
3
description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
Copy file name to clipboardexpand all lines: charts/sonarqube/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ This chart bootstraps an instance of the latest SonarQube version with a Postgre
8
8
9
9
The latest version of the chart installs the latest SonarQube version.
10
10
11
-
To install the version of the chart for SonarQube 9.9 LTS, please read the section [below](#installing-the-sonarqube-99-lts-chart). Deciding between LTS and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/)
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/)
12
12
13
13
Please note that this chart only supports SonarQube Community, Developer, and Enterprise editions.
14
14
15
15
## Compatibility
16
16
17
-
Compatible SonarQube Version: `9.9.4`
17
+
Compatible SonarQube Version: `9.9.5`
18
18
19
19
Supported Kubernetes Versions: From `1.23` to `1.26`
20
20
@@ -33,9 +33,9 @@ The above command deploys SonarQube on the Kubernetes cluster in the default con
33
33
34
34
The default login is admin/admin.
35
35
36
-
## Installing the SonarQube 9.9 LTS chart
36
+
## Installing the SonarQube 9.9 LTA chart
37
37
38
-
The version of the chart for the SonarQube 9.9 LTS is being distributed as the `8.x.x` version of this chart.
38
+
The version of the chart for the SonarQube 9.9 LTA is being distributed as the `8.x.x` version of this chart.
39
39
40
40
In order to use it, please set the version constraint `~8`, which is equivalent to `>=8.0.0 && <= 9.0.0`. That version parameter **must** be used in every helm related command including `install`, `upgrade`, `template`, and `diff` (don't treat this as an exhaustive list).
41
41
@@ -172,7 +172,7 @@ The following table lists the configurable parameters of the SonarQube chart and
0 commit comments