Skip to content

Commit

Permalink
REL-2075 updated application version to 9.2.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-trabelsi-sonarsource authored Nov 22, 2021
1 parent c57acfe commit 433cb05
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
3 changes: 3 additions & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [0.2.0]
* updated SonarQube to 9.2.0

## [0.1.7]
* added possibility to secure connection in between search nodes
* added link to community support forum
Expand Down
10 changes: 6 additions & 4 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sonarqube-dce
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.
version: 0.1.7
appVersion: 9.1.0
version: 0.2.0
appVersion: 9.2.0
keywords:
- coverage
- security
Expand All @@ -25,9 +25,11 @@ annotations:
description: "added possibility to secure connection in between search nodes"
- kind: added
description: "added link to community support forum"
- kind: changed
description: "updated SonarQube to 9.2.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.1.0-datacenter-app
image: sonarqube:9.2.0-datacenter-app
- name: sonarqube-search
image: sonarqube:9.1.0-datacenter-app
image: sonarqube:9.2.0-datacenter-app
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `searchNodes.image.repository` | search image repository | `sonarqube` |
| `searchNodes.image.tag` | search image tag | `9.1.0-datacenter-search` |
| `searchNodes.image.tag` | search image tag | `9.2.0-datacenter-search` |
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
| `searchNodes.image.pullSecret` | search imagePullSecret to use for private repository | `nil` |
| `searchNodes.env` | Environment variables to attach to the search pods | `nil` |
Expand Down Expand Up @@ -151,7 +151,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `ApplicationNodes.image.repository` | app image repository | `sonarqube` |
| `ApplicationNodes.image.tag` | app image tag | `9.1-datacenter-app` |
| `ApplicationNodes.image.tag` | app image tag | `9.2.0-datacenter-app` |
| `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
| `ApplicationNodes.image.pullSecret` | app imagePullSecret to use for private repository | `nil` |
| `ApplicationNodes.env` | Environment variables to attach to the app pods | `nil` |
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
searchNodes:
image:
repository: sonarqube
tag: 9.1.0-datacenter-search
tag: 9.2.0-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down Expand Up @@ -87,7 +87,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 9.1.0-datacenter-app
tag: 9.2.0-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down
3 changes: 3 additions & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [1.2.0]
* updated SonarQube to 9.2.0

## [1.1.11]
* fixed missing POD level security context for statefulset deployment

Expand Down
8 changes: 5 additions & 3 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sonarqube
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.
version: 1.1.11
appVersion: 9.1.0
version: 1.2.0
appVersion: 9.2.0
keywords:
- coverage
- security
Expand All @@ -27,7 +27,9 @@ annotations:
description: "Use liveness endpoint instead of helth endpoint for liveness probe"
- kind: fixed
description: "fixed missing POD level security context for stateful-set deployment"
- kind: changed
description: "updated SonarQube to 9.2.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.1.0-community
image: sonarqube:9.2.0-community
2 changes: 1 addition & 1 deletion charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| `OpenShift.enabled` | Define if this deployment is for OpenShift | `false` |
| `OpenShift.createSCC` | If this deployment is for OpenShift, define if SCC should be created for sonarqube pod | `true` |
| `image.repository` | image repository | `sonarqube` |
| `image.tag` | `sonarqube` image tag. | `9.1.0-community` |
| `image.tag` | `sonarqube` image tag. | `9.2.0-community` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecret` | imagePullSecret to use for private repository (commented out) | `my-repo-secret` |
| `securityContext.fsGroup` | Group applied to mounted directories/files | `1000` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OpenShift:

image:
repository: sonarqube
tag: 9.1.0-community
tag: 9.2.0-community
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down

0 comments on commit 433cb05

Please sign in to comment.