Skip to content

Commit

Permalink
REL-2696 - Upgrade SonarQube to 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-campomenosi-sonarsource authored Jun 21, 2023
1 parent 1856f9f commit 66fd412
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 130 deletions.
1 change: 1 addition & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
All changes to this chart will be documented in this file.

## [10.1.0]
* Update SonarQube to 10.1.0
* Support Kubernetes v1.27 while dropping v1.23
* Changed default test process to wget, using sonarqube image as default
* Fix wrong condition between initFs and concat-properties
Expand Down
8 changes: 5 additions & 3 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sonarqube-dce
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
type: application
version: 10.1.0
appVersion: 10.0.0
appVersion: 10.1.0
keywords:
- coverage
- security
Expand All @@ -25,6 +25,8 @@ maintainers:
email: jeremy.cotineau@sonarsource.com
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Upgrading SonarQube to 10.1.0"
- kind: changed
description: "Support Kubernetes v1.27 while dropping v1.23"
- kind: changed
Expand All @@ -43,9 +45,9 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:10.0.0-datacenter-app
image: sonarqube:10.1.0-datacenter-app
- name: sonarqube-search
image: sonarqube:10.0.0-datacenter-search
image: sonarqube:10.1.0-datacenter-search
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
228 changes: 114 additions & 114 deletions charts/sonarqube-dce/README.md

Large diffs are not rendered by default.

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: 10.0.0-datacenter-search
tag: 10.1.0-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down Expand Up @@ -119,7 +119,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 10.0.0-datacenter-app
tag: 10.1.0-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
All changes to this chart will be documented in this file.

## [10.1.0]
* Update SonarQube to 10.1.0
* Support Kubernetes v1.27 while dropping v1.23
* Changed default test process to wget, using sonarqube image as default
* Update Chart's version to 10.1.0
Expand Down
6 changes: 4 additions & 2 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sonarqube
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
type: application
version: 10.1.0
appVersion: 10.0.0
appVersion: 10.1.0
keywords:
- coverage
- security
Expand All @@ -30,6 +30,8 @@ annotations:
- name: Chart Source
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: changed
description: "Upgrading SonarQube to 10.1.0"
- kind: changed
description: "Support Kubernetes v1.27 while dropping v1.23"
- kind: changed
Expand All @@ -41,7 +43,7 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:10.0.0-community
image: sonarqube:10.1.0-community
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
16 changes: 8 additions & 8 deletions charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En

## Compatibility

Compatible SonarQube Version: `10.0.0`
Compatible SonarQube Version: `10.1.0`

Supported Kubernetes Versions: From `1.24` to `1.27`

Expand Down Expand Up @@ -181,13 +181,13 @@ The following table lists the configurable parameters of the SonarQube chart and

### Image

| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image.repository` | image repository | `sonarqube` |
| `image.tag` | `sonarqube` image tag. | `10.0.0-{{ .Values.edition }}` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |
| Parameter | Description | Default |
| --------- | ----------- |--------------------------------|
| `image.repository` | image repository | `sonarqube` |
| `image.tag` | `sonarqube` image tag. | `10.1.0-{{ .Values.edition }}` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |

### Security

Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ edition: "community"

image:
repository: sonarqube
tag: 10.0.0-{{ .Values.edition }}
tag: 10.1.0-{{ .Values.edition }}
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit 66fd412

Please sign in to comment.