Skip to content

Commit

Permalink
REL-2814 Updates SonarQube to 10.2.1 (#369)
Browse files Browse the repository at this point in the history
REL-2814 Updates SonarQube to 10.2.1
  • Loading branch information
davividal authored Sep 26, 2023
1 parent 338fe1c commit 96a6269
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 46 deletions.
4 changes: 4 additions & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [10.2.1]
* Update SonarQube to 10.2.1
* Update Chart's version to 10.2.1

## [10.2.0]
* Update SonarQube to 10.2.0
* Update Chart's version to 10.2.0
Expand Down
26 changes: 6 additions & 20 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
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.2.0
appVersion: 10.2.0
version: 10.2.1
appVersion: 10.2.1
keywords:
- coverage
- security
Expand All @@ -28,23 +28,9 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Upgrading SonarQube to 10.2.0"
description: "Upgrading SonarQube to 10.2.1"
- kind: changed
description: "Set the minimum values for PodDisruptionBudget"
- kind: deprecated
description: "ApplicationNodes.livenessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
- kind: deprecated
description: "ApplicationNodes.readinessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
- kind: deprecated
description: "ApplicationNodes.startupProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
- kind: deprecated
description: "account.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
- kind: changed
description: "Update Chart's version to 10.2.0"
- kind: security
description: "Update cURL image to 8.2.0"
- kind: security
description: "Update ingress-nginx dependency to 4.7.1"
description: "Update Chart's version to 10.2.1"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand All @@ -53,9 +39,9 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:10.2.0-datacenter-app
image: sonarqube:10.2.1-datacenter-app
- name: sonarqube-search
image: sonarqube:10.2.0-datacenter-search
image: sonarqube:10.2.1-datacenter-search
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and

## Compatibility

Compatible SonarQube Version: `10.2.0`
Compatible SonarQube Version: `10.2.1`

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

Expand Down Expand Up @@ -154,7 +154,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 | `10.2.0-datacenter-search` |
| `searchNodes.image.tag` | search image tag | `10.2.1-datacenter-search` |
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `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: 10.2.0-datacenter-search
tag: 10.2.1-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.2.0-datacenter-app
tag: 10.2.1-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down
4 changes: 4 additions & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [10.2.1]
* Update SonarQube to 10.2.1
* Update Chart's version to 10.2.1

## [10.2.0]
* Update SonarQube to 10.2.0
* Update Chart's version to 10.2.0
Expand Down
24 changes: 5 additions & 19 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
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.2.0
appVersion: 10.2.0
version: 10.2.1
appVersion: 10.2.1
keywords:
- coverage
- security
Expand Down Expand Up @@ -33,27 +33,13 @@ annotations:
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: changed
description: "Upgrading SonarQube to 10.2.0"
- kind: deprecated
description: "livenessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
- kind: deprecated
description: "readinessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
- kind: deprecated
description: "startupProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
- kind: deprecated
description: "account.sonarWebContext is deprecated, please use sonarWebContext at the value top level"
description: "Upgrading SonarQube to 10.2.1"
- kind: changed
description: "Update Chart's version to 10.2.0"
- kind: security
description: "Update cURL image to 8.2.0"
- kind: security
description: "Update ingress-nginx dependency to 4.7.1"
- kind: fixed
description: "Fixes broken table on README"
description: "Update Chart's version to 10.2.1"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:10.2.0-community
image: sonarqube:10.2.1-community
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
4 changes: 2 additions & 2 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.2.0`
Compatible SonarQube Version: `10.2.1`

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

Expand Down Expand Up @@ -193,7 +193,7 @@ The following table lists the configurable parameters of the SonarQube chart and
| Parameter | Description | Default |
| --------- | ----------- |--------------------------------|
| `image.repository` | image repository | `sonarqube` |
| `image.tag` | `sonarqube` image tag. | `10.2.0-{{ .Values.edition }}` |
| `image.tag` | `sonarqube` image tag. | `10.2.1-{{ .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` |
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.2.0-{{ .Values.edition }}
tag: 10.2.1-{{ .Values.edition }}
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit 96a6269

Please sign in to comment.