Skip to content

Commit 7795269

Browse files
REL-2500 Update charts for SonarQube 9.8
1 parent 1b820b6 commit 7795269

File tree

8 files changed

+27
-57
lines changed

8 files changed

+27
-57
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+
## [6.0.0]
5+
* Update SonarQube to 9.8.0
6+
47
## [5.2.1]
58
* Update the postgresql chart's repository
69

charts/sonarqube-dce/Chart.yaml

Lines changed: 9 additions & 25 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: 5.2.1
6-
appVersion: 9.7.1
5+
version: 6.0.0
6+
appVersion: 9.8.0
77
keywords:
88
- coverage
99
- security
@@ -21,29 +21,13 @@ maintainers:
2121
annotations:
2222
artifacthub.io/changes: |
2323
- 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"
3325
- 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"
4127
- 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"
4731
artifacthub.io/links: |
4832
- name: support
4933
url: https://community.sonarsource.com/
@@ -52,9 +36,9 @@ annotations:
5236
artifacthub.io/containsSecurityUpdates: "false"
5337
artifacthub.io/images: |
5438
- name: sonarqube-app
55-
image: sonarqube:9.7.0-datacenter-app
39+
image: sonarqube:9.8.0-datacenter-app
5640
- name: sonarqube-search
57-
image: sonarqube:9.7.0-datacenter-search
41+
image: sonarqube:9.8.0-datacenter-search
5842
dependencies:
5943
- name: postgresql
6044
version: 10.15.0

charts/sonarqube-dce/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
117117
| Parameter | Description | Default |
118118
| --------- | ----------- | ------- |
119119
| `searchNodes.image.repository` | search image repository | `sonarqube` |
120-
| `searchNodes.image.tag` | search image tag | `9.2.0-datacenter-search` |
120+
| `searchNodes.image.tag` | search image tag | `9.8.0-datacenter-search` |
121121
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
122122
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
123123
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
@@ -160,7 +160,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
160160
| Parameter | Description | Default |
161161
| --------- | ----------- | ------- |
162162
| `ApplicationNodes.image.repository` | app image repository | `sonarqube` |
163-
| `ApplicationNodes.image.tag` | app image tag | `9.2.0-datacenter-app` |
163+
| `ApplicationNodes.image.tag` | app image tag | `9.8.0-datacenter-app` |
164164
| `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
165165
| `ApplicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
166166
| `ApplicationNodes.image.pullSecrets` | app 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: 9.7.1-datacenter-search
8+
tag: 9.8.0-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.7.1-datacenter-app
116+
tag: 9.8.0-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 & 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.0]
5+
* Update SonarQube to 9.8.0
6+
47
## [6.2.1]
58
* Update the postgresql chart's repository
69

charts/sonarqube/Chart.yaml

Lines changed: 6 additions & 26 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: 6.2.1
6-
appVersion: 9.7.1
5+
version: 7.0.0
6+
appVersion: 9.8.0
77
keywords:
88
- coverage
99
- security
@@ -26,35 +26,15 @@ annotations:
2626
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
2727
artifacthub.io/changes: |
2828
- kind: changed
29-
description: "Updated SonarQube to 9.7.1"
30-
- kind: changed
31-
description: "Updated SonarQube to 9.7.0"
29+
description: "Update SonarQube to 9.8.0"
3230
- kind: fixed
33-
description: "Fix the right-dash curly brace issue with the additional network policy parameter"
34-
- kind: added
35-
description: "Allow `tests.image` to be configured and update README accordingly"
36-
- kind: added
37-
description: "Allow `tests.initContainers.image` to be configured and update README accordingly"
38-
- kind: changed
39-
description: "Use the networkPolicy.prometheusNamespace value for the network policy namespace selector"
40-
- kind: changed
41-
description: "Uncomment default value in values.yaml for backwards compatibility"
42-
- kind: added
43-
description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text"
44-
- kind: changed
45-
description: "Bump apiVersion to v2"
31+
description: "Update the postgresql chart's repository"
4632
- kind: changed
47-
description: "Set the number of allowed replicas to 0 and 1"
48-
- kind: added
49-
description: "Add documentation for ingress tls"
50-
- kind: added
51-
description: "Add documentation for sonarProperties and sonarSecretProperties"
52-
- kind: added
53-
description: "Add the possibility of using a secret for customizing the admin password"
33+
description: "Refactor Ingress to be compatible with static compatibility test and 1.19 minimum requirement"
5434
artifacthub.io/containsSecurityUpdates: "false"
5535
artifacthub.io/images: |
5636
- name: sonarqube
57-
image: sonarqube:9.7.1-community
37+
image: sonarqube:9.8.0-community
5838
dependencies:
5939
- name: postgresql
6040
version: 10.15.0

charts/sonarqube/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
150150
| Parameter | Description | Default |
151151
| --------- | ----------- | ------- |
152152
| `image.repository` | image repository | `sonarqube` |
153-
| `image.tag` | `sonarqube` image tag. | `9.2.4-{{ .Values.edition }}` |
153+
| `image.tag` | `sonarqube` image tag. | `9.8.0-{{ .Values.edition }}` |
154154
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
155155
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
156156
| `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.7.1-{{ .Values.edition }}
30+
tag: 9.8.0-{{ .Values.edition }}
3131
pullPolicy: IfNotPresent
3232
# If using a private repository, the imagePullSecrets to use
3333
# pullSecrets:

0 commit comments

Comments
 (0)