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: azure-marketplace-k8s-app/manifest.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
applicationName: sonarqube
2
2
publisher: "SonarSource"
3
3
description: "SonarQube Server 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."
apiVersion: v2# Or v1 depending on your Helm version
2
2
name: sonarqube-azure
3
-
version: 2026.2.0
4
-
appVersion: 2026.2.0
3
+
version: 2026.2.1
4
+
appVersion: 2026.2.1
5
5
description: "SonarQube Server 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."
6
6
type: application
7
7
dependencies:
8
8
- name: sonarqube
9
-
version: 2026.2.0
9
+
version: 2026.2.1
10
10
repository: "file://../../charts/sonarqube"# Reference to the local SonarQube chart
Copy file name to clipboardExpand all lines: charts/sonarqube-dce/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-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: 2026.2.0
6
-
appVersion: 2026.2.0
5
+
version: 2026.2.1
6
+
appVersion: 2026.2.1
7
7
keywords:
8
8
- coverage
9
9
- security
@@ -34,13 +34,9 @@ maintainers:
34
34
annotations:
35
35
artifacthub.io/changes: |
36
36
- kind: changed
37
-
description: "Upgrade Chart's version to 2026.2.0"
38
-
- kind: security
39
-
description: "Update ingress-nginx subchart to v4.14.3"
37
+
description: "Upgrade Chart's version to 2026.2.1"
40
38
- kind: changed
41
-
description: "Replace wget with curl in health probes"
42
-
- kind: changed
43
-
description: "Use -fS flag in curl to show errors in liveness and startup probes"
39
+
description: "Upgrade SonarQube Server to 2026.2.1"
0 commit comments