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
+9-25Lines changed: 9 additions & 25 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 offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
4
4
type: application
5
-
version: 5.2.1
6
-
appVersion: 9.7.1
5
+
version: 6.0.0
6
+
appVersion: 9.8.0
7
7
keywords:
8
8
- coverage
9
9
- security
@@ -21,29 +21,13 @@ maintainers:
21
21
annotations:
22
22
artifacthub.io/changes: |
23
23
- kind: changed
24
-
description: "Updated SonarQube to 9.7.1"
25
-
- kind: changed
26
-
description: "Updated SonarQube to 9.7.0"
27
-
- kind: fixed
28
-
description: "Fix the right-dash curly brace issue with the additional network policy parameter"
29
-
- kind: added
30
-
description: "Allow `tests.image` to be configured and update README accordingly"
31
-
- kind: added
32
-
description: "Allow `tests.initContainers.image` to be configured and update README accordingly"
24
+
description: "Update SonarQube to 9.8.0"
33
25
- kind: fixed
34
-
description: "Fix wrong image's tag in application nodes"
35
-
- kind: added
36
-
description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text"
37
-
- kind: added
38
-
description: "Add the possibility of using a secret for customizing the admin password"
39
-
- kind: removed
40
-
description: "Remove unreachable condition and fix the right values for sonarProperties and sonarSecretProperties"
26
+
description: "Update the postgresql chart's repository"
41
27
- kind: changed
42
-
description: "Bump apiVersion to v2"
43
-
- kind: added
44
-
description: "Add documentation for ApplicationNodes.jwtSecret"
45
-
- kind: added
46
-
description: "Add documentation for ingress tls"
28
+
description: "Refactor Pdb and Ingress to be compatible with static compatibility test and 1.19 minimum requirement"
29
+
- kind: fixed
30
+
description: "Fix indent in Service.yaml annotations"
Copy file name to clipboardExpand all lines: charts/sonarqube/Chart.yaml
+6-26Lines changed: 6 additions & 26 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 offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
0 commit comments