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
+6-8Lines changed: 6 additions & 8 deletions
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 is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
4
4
type: application
5
-
version: 2025.4.2
6
-
appVersion: 2025.4.2
5
+
version: 2025.4.3
6
+
appVersion: 2025.4.3
7
7
keywords:
8
8
- coverage
9
9
- security
@@ -26,11 +26,9 @@ maintainers:
26
26
annotations:
27
27
artifacthub.io/changes: |
28
28
- kind: changed
29
-
description: "Update Chart's version to 2025.4.2"
29
+
description: "Update Chart's version to 2025.4.3"
30
30
- kind: changed
31
-
description: "Upgrade SonarQube Server to 2025.4.2"
32
-
- kind: changed
33
-
description: "Update the image and readinessProbe used by postgresql after they migrated to a legacy repository"
31
+
description: "Upgrade SonarQube Server to 2025.4.3"
Copy file name to clipboardExpand all lines: charts/sonarqube/Chart.yaml
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ apiVersion: v2
2
2
name: sonarqube
3
3
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
Copy file name to clipboardExpand all lines: charts/sonarqube/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Server Developer and Enterpr
14
14
15
15
## Default Versions
16
16
17
-
SonarQube Server Version: `2025.4.2`
17
+
SonarQube Server Version: `2025.4.3`
18
18
19
19
SonarQube Community Build: `25.8.0.112029`. If you want the use a more recent SonarQube Community Build, please set the `community.buildNumber` with the desired version.
0 commit comments