Skip to content

Commit 3a80cfe

Browse files
REL-2895 Update SonarQube LTS version to 9.9.3
1 parent 1ebbd83 commit 3a80cfe

File tree

8 files changed

+123
-122
lines changed

8 files changed

+123
-122
lines changed

charts/sonarqube-dce/CHANGELOG.md

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

4+
## [7.0.3]
5+
* Update SonarQube to 9.9.3
6+
47
## [7.0.2]
58
* Fix missing `bitnami/minideb-extras` image during helm tests
69
* Update SonarQube to 9.9.2

charts/sonarqube-dce/Chart.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: sonarqube-dce
33
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.
44
type: application
5-
version: 7.0.2
6-
appVersion: 9.9.2
5+
version: 7.0.3
6+
appVersion: 9.9.3
77
keywords:
88
- coverage
99
- security
@@ -24,10 +24,8 @@ maintainers:
2424
2525
annotations:
2626
artifacthub.io/changes: |
27-
- kind: fixed
28-
description: "Fix missing `bitnami/minideb-extras` image during helm tests"
2927
- kind: changed
30-
description: "Update SonarQube to 9.9.2"
28+
description: "Update SonarQube to 9.9.3"
3129
artifacthub.io/links: |
3230
- name: support
3331
url: https://community.sonarsource.com/
@@ -36,9 +34,9 @@ annotations:
3634
artifacthub.io/containsSecurityUpdates: "false"
3735
artifacthub.io/images: |
3836
- name: sonarqube-app
39-
image: sonarqube:9.9.2-datacenter-app
37+
image: sonarqube:9.9.3-datacenter-app
4038
- name: sonarqube-search
41-
image: sonarqube:9.9.2-datacenter-search
39+
image: sonarqube:9.9.3-datacenter-search
4240
dependencies:
4341
- name: postgresql
4442
version: 10.15.0

charts/sonarqube-dce/README.md

Lines changed: 103 additions & 103 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: 9.9.2-datacenter-search
8+
tag: 9.9.3-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the imagePullSecrets to use
1111
# pullSecrets:
@@ -113,7 +113,7 @@ searchNodes:
113113
ApplicationNodes:
114114
image:
115115
repository: sonarqube
116-
tag: 9.9.2-datacenter-app
116+
tag: 9.9.3-datacenter-app
117117
pullPolicy: IfNotPresent
118118
# If using a private repository, the imagePullSecrets to use
119119
# pullSecrets:

charts/sonarqube/CHANGELOG.md

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

4+
## [8.0.3]
5+
* Update SonarQube to 9.9.3
6+
47
## [8.0.2]
58
* Fix missing `bitnami/minideb-extras` image during helm tests
69
* Update SonarQube to 9.9.2
710

8-
911
## [8.0.1]
1012
* Update SonarQube to 9.9.1
1113

charts/sonarqube/Chart.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: sonarqube
33
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.
44
type: application
5-
version: 8.0.2
6-
appVersion: 9.9.2
5+
version: 8.0.3
6+
appVersion: 9.9.3
77
keywords:
88
- coverage
99
- security
@@ -29,14 +29,12 @@ annotations:
2929
- name: Chart Source
3030
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
3131
artifacthub.io/changes: |
32-
- kind: fixed
33-
description: "Fix missing `bitnami/minideb-extras` image during helm tests"
3432
- kind: changed
35-
description: "Update SonarQube to 9.9.2"
33+
description: "Update SonarQube to 9.9.3"
3634
artifacthub.io/containsSecurityUpdates: "false"
3735
artifacthub.io/images: |
3836
- name: sonarqube
39-
image: sonarqube:9.9.2-community
37+
image: sonarqube:9.9.3-community
4038
dependencies:
4139
- name: postgresql
4240
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: `9.9.2`
17+
Compatible SonarQube Version: `9.9.3`
1818

1919
Supported Kubernetes Versions: From `1.23` to `1.26`
2020

@@ -172,7 +172,7 @@ The following table lists the configurable parameters of the SonarQube chart and
172172
| Parameter | Description | Default |
173173
| --------- | ----------- |-------------------------------|
174174
| `image.repository` | image repository | `sonarqube` |
175-
| `image.tag` | `sonarqube` image tag. | `9.9.2-{{ .Values.edition }}` |
175+
| `image.tag` | `sonarqube` image tag. | `9.9.3-{{ .Values.edition }}` |
176176
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
177177
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
178178
| `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: 9.9.2-{{ .Values.edition }}
30+
tag: 9.9.3-{{ .Values.edition }}
3131
pullPolicy: IfNotPresent
3232
# If using a private repository, the imagePullSecrets to use
3333
# pullSecrets:

0 commit comments

Comments
 (0)