Skip to content

Commit 97af834

Browse files
REL-2147 DOCKER-42 Update SonarQube to 9.3.0; officially support DCE Chart
1 parent ef0adfd commit 97af834

File tree

6 files changed

+25
-10
lines changed

6 files changed

+25
-10
lines changed

charts/sonarqube-dce/CHANGELOG.md

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

4+
## [1.0.0]
5+
* updated SonarQube to 9.3.0
6+
* officially support SonarQube DCE
7+
48
## [0.6.5]
59
* name of elasticsearch keystore password secret is now aligned with the rest of the chart
10+
611
## [0.6.4]
712
* properties are now correctly set
813

charts/sonarqube-dce/Chart.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
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.
4-
version: 0.6.5
5-
appVersion: 9.2.4
4+
version: 1.0.0
5+
appVersion: 9.3.0
66
keywords:
77
- coverage
88
- security
@@ -51,9 +51,11 @@ annotations:
5151
description: "properties are now correctly set"
5252
- kind: changed
5353
description: "name of elasticsearch keystore password secret is now aligned with the rest of the chart"
54+
- kind: changed
55+
description: "updated SonarQube to 9.3.0"
5456
artifacthub.io/containsSecurityUpdates: "false"
5557
artifacthub.io/images: |
5658
- name: sonarqube-app
57-
image: sonarqube:9.2.4-datacenter-app
59+
image: sonarqube:9.3.0-datacenter-app
5860
- name: sonarqube-search
59-
image: sonarqube:9.2.4-datacenter-app
61+
image: sonarqube:9.3.0-datacenter-app

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.2.4-datacenter-search
8+
tag: 9.3.0-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the imagePullSecrets to use
1111
# pullSecrets:
@@ -110,7 +110,7 @@ searchNodes:
110110
ApplicationNodes:
111111
image:
112112
repository: sonarqube
113-
tag: 9.2.4-datacenter-app
113+
tag: 9.3.0-datacenter-app
114114
pullPolicy: IfNotPresent
115115
# If using a private repository, the imagePullSecrets to use
116116
# pullSecrets:

charts/sonarqube/CHANGELOG.md

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

4+
## [2.0.0]
5+
* updated SonarQube to 9.3.0
6+
7+
## [1.6.5]
8+
* add securitycontext to wait-for-db and change-password hook
9+
410
## [1.6.4]
511
* properties are now correctly set
612

charts/sonarqube/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
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.
4-
version: 1.6.5
5-
appVersion: 9.2.4
4+
version: 2.0.0
5+
appVersion: 9.3.0
66
keywords:
77
- coverage
88
- security
@@ -51,7 +51,9 @@ annotations:
5151
description: "properties are now correctly set"
5252
- kind: fixed
5353
description: "add securitycontext to wait-for-db and change-password hook"
54+
- kind: changed
55+
description: "updated SonarQube to 9.3.0"
5456
artifacthub.io/containsSecurityUpdates: "false"
5557
artifacthub.io/images: |
5658
- name: sonarqube
57-
image: sonarqube:9.2.4-community
59+
image: sonarqube:9.3.0-community

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

0 commit comments

Comments
 (0)