Skip to content

Commit b1f001e

Browse files
REL-2077 update sonarqube to 9.2.1 (#122)
1 parent 353a3ae commit b1f001e

File tree

6 files changed

+18
-22
lines changed

6 files changed

+18
-22
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+
## [0.2.1]
5+
* updated SonarQube to 9.2.1
6+
47
## [0.2.0]
58
* updated SonarQube to 9.2.0
69

charts/sonarqube-dce/Chart.yaml

Lines changed: 5 additions & 9 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.2.0
5-
appVersion: 9.2.0
4+
version: 0.2.1
5+
appVersion: 9.2.1
66
keywords:
77
- coverage
88
- security
@@ -21,15 +21,11 @@ annotations:
2121
- name: support
2222
url: https://community.sonarsource.com/
2323
artifacthub.io/changes: |
24-
- kind: added
25-
description: "added possibility to secure connection in between search nodes"
26-
- kind: added
27-
description: "added link to community support forum"
2824
- kind: changed
29-
description: "updated SonarQube to 9.2.0"
25+
description: "updated SonarQube to 9.2.1"
3026
artifacthub.io/containsSecurityUpdates: "false"
3127
artifacthub.io/images: |
3228
- name: sonarqube-app
33-
image: sonarqube:9.2.0-datacenter-app
29+
image: sonarqube:9.2.1-datacenter-app
3430
- name: sonarqube-search
35-
image: sonarqube:9.2.0-datacenter-app
31+
image: sonarqube:9.2.1-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.0-datacenter-search
8+
tag: 9.2.1-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the name of the imagePullSecret to use
1111
# pullSecret: my-repo-secret
@@ -87,7 +87,7 @@ searchNodes:
8787
ApplicationNodes:
8888
image:
8989
repository: sonarqube
90-
tag: 9.2.0-datacenter-app
90+
tag: 9.2.1-datacenter-app
9191
pullPolicy: IfNotPresent
9292
# If using a private repository, the name of the imagePullSecret to use
9393
# pullSecret: my-repo-secret

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+
## [1.2.1]
5+
* updated SonarQube to 9.2.1
6+
47
## [1.2.0]
58
* updated SonarQube to 9.2.0
69

charts/sonarqube/Chart.yaml

Lines changed: 4 additions & 10 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.2.0
5-
appVersion: 9.2.0
4+
version: 1.2.1
5+
appVersion: 9.2.1
66
keywords:
77
- coverage
88
- security
@@ -21,15 +21,9 @@ annotations:
2121
- name: support
2222
url: https://community.sonarsource.com/
2323
artifacthub.io/changes: |
24-
- kind: added
25-
description: "added link to community support forum"
2624
- kind: changed
27-
description: "Use liveness endpoint instead of helth endpoint for liveness probe"
28-
- kind: fixed
29-
description: "fixed missing POD level security context for stateful-set deployment"
30-
- kind: changed
31-
description: "updated SonarQube to 9.2.0"
25+
description: "updated SonarQube to 9.2.1"
3226
artifacthub.io/containsSecurityUpdates: "false"
3327
artifacthub.io/images: |
3428
- name: sonarqube
35-
image: sonarqube:9.2.0-community
29+
image: sonarqube:9.2.1-community

charts/sonarqube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OpenShift:
2525

2626
image:
2727
repository: sonarqube
28-
tag: 9.2.0-community
28+
tag: 9.2.1-community
2929
pullPolicy: IfNotPresent
3030
# If using a private repository, the name of the imagePullSecret to use
3131
# pullSecret: my-repo-secret

0 commit comments

Comments
 (0)