Skip to content

Commit 66fd412

Browse files
REL-2696 - Upgrade SonarQube to 10.1.0
1 parent 1856f9f commit 66fd412

File tree

8 files changed

+136
-130
lines changed

8 files changed

+136
-130
lines changed

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
All changes to this chart will be documented in this file.
33

44
## [10.1.0]
5+
* Update SonarQube to 10.1.0
56
* Support Kubernetes v1.27 while dropping v1.23
67
* Changed default test process to wget, using sonarqube image as default
78
* Fix wrong condition between initFs and concat-properties

charts/sonarqube-dce/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sonarqube-dce
33
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.
44
type: application
55
version: 10.1.0
6-
appVersion: 10.0.0
6+
appVersion: 10.1.0
77
keywords:
88
- coverage
99
- security
@@ -25,6 +25,8 @@ maintainers:
2525
2626
annotations:
2727
artifacthub.io/changes: |
28+
- kind: changed
29+
description: "Upgrading SonarQube to 10.1.0"
2830
- kind: changed
2931
description: "Support Kubernetes v1.27 while dropping v1.23"
3032
- kind: changed
@@ -43,9 +45,9 @@ annotations:
4345
artifacthub.io/containsSecurityUpdates: "false"
4446
artifacthub.io/images: |
4547
- name: sonarqube-app
46-
image: sonarqube:10.0.0-datacenter-app
48+
image: sonarqube:10.1.0-datacenter-app
4749
- name: sonarqube-search
48-
image: sonarqube:10.0.0-datacenter-search
50+
image: sonarqube:10.1.0-datacenter-search
4951
dependencies:
5052
- name: postgresql
5153
version: 10.15.0

charts/sonarqube-dce/README.md

Lines changed: 114 additions & 114 deletions
Large diffs are not rendered by default.

charts/sonarqube-dce/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
searchNodes:
66
image:
77
repository: sonarqube
8-
tag: 10.0.0-datacenter-search
8+
tag: 10.1.0-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the imagePullSecrets to use
1111
# pullSecrets:
@@ -119,7 +119,7 @@ searchNodes:
119119
ApplicationNodes:
120120
image:
121121
repository: sonarqube
122-
tag: 10.0.0-datacenter-app
122+
tag: 10.1.0-datacenter-app
123123
pullPolicy: IfNotPresent
124124
# If using a private repository, the imagePullSecrets to use
125125
# pullSecrets:

charts/sonarqube/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
All changes to this chart will be documented in this file.
33

44
## [10.1.0]
5+
* Update SonarQube to 10.1.0
56
* Support Kubernetes v1.27 while dropping v1.23
67
* Changed default test process to wget, using sonarqube image as default
78
* Update Chart's version to 10.1.0

charts/sonarqube/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sonarqube
33
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.
44
type: application
55
version: 10.1.0
6-
appVersion: 10.0.0
6+
appVersion: 10.1.0
77
keywords:
88
- coverage
99
- security
@@ -30,6 +30,8 @@ annotations:
3030
- name: Chart Source
3131
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
3232
artifacthub.io/changes: |
33+
- kind: changed
34+
description: "Upgrading SonarQube to 10.1.0"
3335
- kind: changed
3436
description: "Support Kubernetes v1.27 while dropping v1.23"
3537
- kind: changed
@@ -41,7 +43,7 @@ annotations:
4143
artifacthub.io/containsSecurityUpdates: "false"
4244
artifacthub.io/images: |
4345
- name: sonarqube
44-
image: sonarqube:10.0.0-community
46+
image: sonarqube:10.1.0-community
4547
dependencies:
4648
- name: postgresql
4749
version: 10.15.0

charts/sonarqube/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En
1414

1515
## Compatibility
1616

17-
Compatible SonarQube Version: `10.0.0`
17+
Compatible SonarQube Version: `10.1.0`
1818

1919
Supported Kubernetes Versions: From `1.24` to `1.27`
2020

@@ -181,13 +181,13 @@ The following table lists the configurable parameters of the SonarQube chart and
181181

182182
### Image
183183

184-
| Parameter | Description | Default |
185-
| --------- | ----------- | ------- |
186-
| `image.repository` | image repository | `sonarqube` |
187-
| `image.tag` | `sonarqube` image tag. | `10.0.0-{{ .Values.edition }}` |
188-
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
189-
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
190-
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |
184+
| Parameter | Description | Default |
185+
| --------- | ----------- |--------------------------------|
186+
| `image.repository` | image repository | `sonarqube` |
187+
| `image.tag` | `sonarqube` image tag. | `10.1.0-{{ .Values.edition }}` |
188+
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
189+
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
190+
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |
191191

192192
### Security
193193

charts/sonarqube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ edition: "community"
2727

2828
image:
2929
repository: sonarqube
30-
tag: 10.0.0-{{ .Values.edition }}
30+
tag: 10.1.0-{{ .Values.edition }}
3131
pullPolicy: IfNotPresent
3232
# If using a private repository, the imagePullSecrets to use
3333
# pullSecrets:

0 commit comments

Comments
 (0)