Skip to content

Commit 433cb05

Browse files
REL-2075 updated application version to 9.2.0 (#118)
1 parent c57acfe commit 433cb05

File tree

8 files changed

+23
-13
lines changed

8 files changed

+23
-13
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.0]
5+
* updated SonarQube to 9.2.0
6+
47
## [0.1.7]
58
* added possibility to secure connection in between search nodes
69
* added link to community support forum

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.1.7
5-
appVersion: 9.1.0
4+
version: 0.2.0
5+
appVersion: 9.2.0
66
keywords:
77
- coverage
88
- security
@@ -25,9 +25,11 @@ annotations:
2525
description: "added possibility to secure connection in between search nodes"
2626
- kind: added
2727
description: "added link to community support forum"
28+
- kind: changed
29+
description: "updated SonarQube to 9.2.0"
2830
artifacthub.io/containsSecurityUpdates: "false"
2931
artifacthub.io/images: |
3032
- name: sonarqube-app
31-
image: sonarqube:9.1.0-datacenter-app
33+
image: sonarqube:9.2.0-datacenter-app
3234
- name: sonarqube-search
33-
image: sonarqube:9.1.0-datacenter-app
35+
image: sonarqube:9.2.0-datacenter-app

charts/sonarqube-dce/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
113113
| Parameter | Description | Default |
114114
| --------- | ----------- | ------- |
115115
| `searchNodes.image.repository` | search image repository | `sonarqube` |
116-
| `searchNodes.image.tag` | search image tag | `9.1.0-datacenter-search` |
116+
| `searchNodes.image.tag` | search image tag | `9.2.0-datacenter-search` |
117117
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
118118
| `searchNodes.image.pullSecret` | search imagePullSecret to use for private repository | `nil` |
119119
| `searchNodes.env` | Environment variables to attach to the search pods | `nil` |
@@ -151,7 +151,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
151151
| Parameter | Description | Default |
152152
| --------- | ----------- | ------- |
153153
| `ApplicationNodes.image.repository` | app image repository | `sonarqube` |
154-
| `ApplicationNodes.image.tag` | app image tag | `9.1-datacenter-app` |
154+
| `ApplicationNodes.image.tag` | app image tag | `9.2.0-datacenter-app` |
155155
| `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
156156
| `ApplicationNodes.image.pullSecret` | app imagePullSecret to use for private repository | `nil` |
157157
| `ApplicationNodes.env` | Environment variables to attach to the app pods | `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.1.0-datacenter-search
8+
tag: 9.2.0-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.1.0-datacenter-app
90+
tag: 9.2.0-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.0]
5+
* updated SonarQube to 9.2.0
6+
47
## [1.1.11]
58
* fixed missing POD level security context for statefulset deployment
69

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.1.11
5-
appVersion: 9.1.0
4+
version: 1.2.0
5+
appVersion: 9.2.0
66
keywords:
77
- coverage
88
- security
@@ -27,7 +27,9 @@ annotations:
2727
description: "Use liveness endpoint instead of helth endpoint for liveness probe"
2828
- kind: fixed
2929
description: "fixed missing POD level security context for stateful-set deployment"
30+
- kind: changed
31+
description: "updated SonarQube to 9.2.0"
3032
artifacthub.io/containsSecurityUpdates: "false"
3133
artifacthub.io/images: |
3234
- name: sonarqube
33-
image: sonarqube:9.1.0-community
35+
image: sonarqube:9.2.0-community

charts/sonarqube/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
123123
| `OpenShift.enabled` | Define if this deployment is for OpenShift | `false` |
124124
| `OpenShift.createSCC` | If this deployment is for OpenShift, define if SCC should be created for sonarqube pod | `true` |
125125
| `image.repository` | image repository | `sonarqube` |
126-
| `image.tag` | `sonarqube` image tag. | `9.1.0-community` |
126+
| `image.tag` | `sonarqube` image tag. | `9.2.0-community` |
127127
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
128128
| `image.pullSecret` | imagePullSecret to use for private repository (commented out) | `my-repo-secret` |
129129
| `securityContext.fsGroup` | Group applied to mounted directories/files | `1000` |

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.1.0-community
28+
tag: 9.2.0-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)