Skip to content

Commit 338fe1c

Browse files
author
Dimitris
committed
REL-2798 Upgrade SonarQube to 10.2
1 parent 1e0147d commit 338fe1c

File tree

8 files changed

+18
-12
lines changed

8 files changed

+18
-12
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.2.0]
5+
* Update SonarQube to 10.2.0
56
* Update Chart's version to 10.2.0
67
* Update curl image to 8.2.0
78
* `ApplicationNodes.readinessProbe.sonarWebContext`, `ApplicationNodes.startupProbe.sonarWebContext`, `ApplicationNodes.livenessProbe.sonarWebContext` and `account.sonarWebContext` are deprecated, please use `sonarWebContext` at the value top level.

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.2.0
6-
appVersion: 10.1.0
6+
appVersion: 10.2.0
77
keywords:
88
- coverage
99
- security
@@ -27,6 +27,8 @@ maintainers:
2727
2828
annotations:
2929
artifacthub.io/changes: |
30+
- kind: changed
31+
description: "Upgrading SonarQube to 10.2.0"
3032
- kind: changed
3133
description: "Set the minimum values for PodDisruptionBudget"
3234
- kind: deprecated
@@ -51,9 +53,9 @@ annotations:
5153
artifacthub.io/containsSecurityUpdates: "false"
5254
artifacthub.io/images: |
5355
- name: sonarqube-app
54-
image: sonarqube:10.1.0-datacenter-app
56+
image: sonarqube:10.2.0-datacenter-app
5557
- name: sonarqube-search
56-
image: sonarqube:10.1.0-datacenter-search
58+
image: sonarqube:10.2.0-datacenter-search
5759
dependencies:
5860
- name: postgresql
5961
version: 10.15.0

charts/sonarqube-dce/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and
1414

1515
## Compatibility
1616

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

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

@@ -154,7 +154,7 @@ The following table lists the configurable parameters of the SonarQube chart and
154154
| Parameter | Description | Default |
155155
| --------- | ----------- |----------------------------|
156156
| `searchNodes.image.repository` | search image repository | `sonarqube` |
157-
| `searchNodes.image.tag` | search image tag | `10.1.0-datacenter-search` |
157+
| `searchNodes.image.tag` | search image tag | `10.2.0-datacenter-search` |
158158
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
159159
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
160160
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |

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.1.0-datacenter-search
8+
tag: 10.2.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.1.0-datacenter-app
122+
tag: 10.2.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.2.0]
5+
* Update SonarQube to 10.2.0
56
* Update Chart's version to 10.2.0
67
* Update curl image to 8.2.0
78
* `readinessProbe.sonarWebContext`, `startupProbe.sonarWebContext`, `livenessProbe.sonarWebContext`, and `account.sonarWebContext` are deprecated, please use `sonarWebContext` at the value top level.

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.2.0
6-
appVersion: 10.1.0
6+
appVersion: 10.2.0
77
keywords:
88
- coverage
99
- security
@@ -32,6 +32,8 @@ annotations:
3232
- name: Chart Source
3333
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
3434
artifacthub.io/changes: |
35+
- kind: changed
36+
description: "Upgrading SonarQube to 10.2.0"
3537
- kind: deprecated
3638
description: "livenessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
3739
- kind: deprecated
@@ -51,7 +53,7 @@ annotations:
5153
artifacthub.io/containsSecurityUpdates: "false"
5254
artifacthub.io/images: |
5355
- name: sonarqube
54-
image: sonarqube:10.1.0-community
56+
image: sonarqube:10.2.0-community
5557
dependencies:
5658
- name: postgresql
5759
version: 10.15.0

charts/sonarqube/README.md

Lines changed: 2 additions & 2 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.1.0`
17+
Compatible SonarQube Version: `10.2.0`
1818

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

@@ -193,7 +193,7 @@ The following table lists the configurable parameters of the SonarQube chart and
193193
| Parameter | Description | Default |
194194
| --------- | ----------- |--------------------------------|
195195
| `image.repository` | image repository | `sonarqube` |
196-
| `image.tag` | `sonarqube` image tag. | `10.1.0-{{ .Values.edition }}` |
196+
| `image.tag` | `sonarqube` image tag. | `10.2.0-{{ .Values.edition }}` |
197197
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
198198
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
199199
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |

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.1.0-{{ .Values.edition }}
30+
tag: 10.2.0-{{ .Values.edition }}
3131
pullPolicy: IfNotPresent
3232
# If using a private repository, the imagePullSecrets to use
3333
# pullSecrets:

0 commit comments

Comments
 (0)