Skip to content

Commit 96a6269

Browse files
authored
REL-2814 Updates SonarQube to 10.2.1 (#369)
REL-2814 Updates SonarQube to 10.2.1
1 parent 338fe1c commit 96a6269

File tree

8 files changed

+26
-46
lines changed

8 files changed

+26
-46
lines changed

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# SonarQube Chart Changelog
22
All changes to this chart will be documented in this file.
33

4+
## [10.2.1]
5+
* Update SonarQube to 10.2.1
6+
* Update Chart's version to 10.2.1
7+
48
## [10.2.0]
59
* Update SonarQube to 10.2.0
610
* Update Chart's version to 10.2.0

charts/sonarqube-dce/Chart.yaml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
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
5-
version: 10.2.0
6-
appVersion: 10.2.0
5+
version: 10.2.1
6+
appVersion: 10.2.1
77
keywords:
88
- coverage
99
- security
@@ -28,23 +28,9 @@ maintainers:
2828
annotations:
2929
artifacthub.io/changes: |
3030
- kind: changed
31-
description: "Upgrading SonarQube to 10.2.0"
31+
description: "Upgrading SonarQube to 10.2.1"
3232
- kind: changed
33-
description: "Set the minimum values for PodDisruptionBudget"
34-
- kind: deprecated
35-
description: "ApplicationNodes.livenessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
36-
- kind: deprecated
37-
description: "ApplicationNodes.readinessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
38-
- kind: deprecated
39-
description: "ApplicationNodes.startupProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
40-
- kind: deprecated
41-
description: "account.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
42-
- kind: changed
43-
description: "Update Chart's version to 10.2.0"
44-
- kind: security
45-
description: "Update cURL image to 8.2.0"
46-
- kind: security
47-
description: "Update ingress-nginx dependency to 4.7.1"
33+
description: "Update Chart's version to 10.2.1"
4834
artifacthub.io/links: |
4935
- name: support
5036
url: https://community.sonarsource.com/
@@ -53,9 +39,9 @@ annotations:
5339
artifacthub.io/containsSecurityUpdates: "false"
5440
artifacthub.io/images: |
5541
- name: sonarqube-app
56-
image: sonarqube:10.2.0-datacenter-app
42+
image: sonarqube:10.2.1-datacenter-app
5743
- name: sonarqube-search
58-
image: sonarqube:10.2.0-datacenter-search
44+
image: sonarqube:10.2.1-datacenter-search
5945
dependencies:
6046
- name: postgresql
6147
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.2.0`
17+
Compatible SonarQube Version: `10.2.1`
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.2.0-datacenter-search` |
157+
| `searchNodes.image.tag` | search image tag | `10.2.1-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.2.0-datacenter-search
8+
tag: 10.2.1-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.2.0-datacenter-app
122+
tag: 10.2.1-datacenter-app
123123
pullPolicy: IfNotPresent
124124
# If using a private repository, the imagePullSecrets to use
125125
# pullSecrets:

charts/sonarqube/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# SonarQube Chart Changelog
22
All changes to this chart will be documented in this file.
33

4+
## [10.2.1]
5+
* Update SonarQube to 10.2.1
6+
* Update Chart's version to 10.2.1
7+
48
## [10.2.0]
59
* Update SonarQube to 10.2.0
610
* Update Chart's version to 10.2.0

charts/sonarqube/Chart.yaml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
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
5-
version: 10.2.0
6-
appVersion: 10.2.0
5+
version: 10.2.1
6+
appVersion: 10.2.1
77
keywords:
88
- coverage
99
- security
@@ -33,27 +33,13 @@ annotations:
3333
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
3434
artifacthub.io/changes: |
3535
- kind: changed
36-
description: "Upgrading SonarQube to 10.2.0"
37-
- kind: deprecated
38-
description: "livenessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
39-
- kind: deprecated
40-
description: "readinessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
41-
- kind: deprecated
42-
description: "startupProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
43-
- kind: deprecated
44-
description: "account.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
36+
description: "Upgrading SonarQube to 10.2.1"
4537
- kind: changed
46-
description: "Update Chart's version to 10.2.0"
47-
- kind: security
48-
description: "Update cURL image to 8.2.0"
49-
- kind: security
50-
description: "Update ingress-nginx dependency to 4.7.1"
51-
- kind: fixed
52-
description: "Fixes broken table on README"
38+
description: "Update Chart's version to 10.2.1"
5339
artifacthub.io/containsSecurityUpdates: "false"
5440
artifacthub.io/images: |
5541
- name: sonarqube
56-
image: sonarqube:10.2.0-community
42+
image: sonarqube:10.2.1-community
5743
dependencies:
5844
- name: postgresql
5945
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.2.0`
17+
Compatible SonarQube Version: `10.2.1`
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.2.0-{{ .Values.edition }}` |
196+
| `image.tag` | `sonarqube` image tag. | `10.2.1-{{ .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.2.0-{{ .Values.edition }}
30+
tag: 10.2.1-{{ .Values.edition }}
3131
pullPolicy: IfNotPresent
3232
# If using a private repository, the imagePullSecrets to use
3333
# pullSecrets:

0 commit comments

Comments
 (0)