From 50c797c220f2cf17eb3c360894f92ef4739e92e7 Mon Sep 17 00:00:00 2001 From: Carmine Vassallo Date: Wed, 15 Nov 2023 11:38:11 +0100 Subject: [PATCH] REL-2900 Upgrade SonarQube to 10.3.0 --- charts/sonarqube-dce/CHANGELOG.md | 1 + charts/sonarqube-dce/Chart.yaml | 8 +++++--- charts/sonarqube-dce/README.md | 6 +++--- charts/sonarqube-dce/values.yaml | 4 ++-- charts/sonarqube/CHANGELOG.md | 1 + charts/sonarqube/Chart.yaml | 6 ++++-- charts/sonarqube/README.md | 4 ++-- charts/sonarqube/values.yaml | 2 +- 8 files changed, 19 insertions(+), 13 deletions(-) diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 0232aed89..e79bd8bae 100644 --- a/charts/sonarqube-dce/CHANGELOG.md +++ b/charts/sonarqube-dce/CHANGELOG.md @@ -2,6 +2,7 @@ All changes to this chart will be documented in this file. ## [10.3.0] +* Upgrade SonarQube to 10.3.0 * Update Chart's version to 10.3.0 * Update default images to the latest versions * Remove the nginx-proxy-body annotation when nginx is disabled diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index 5045f10b4..689fc8473 100644 --- a/charts/sonarqube-dce/Chart.yaml +++ b/charts/sonarqube-dce/Chart.yaml @@ -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.3.0 -appVersion: 10.2.0 +appVersion: 10.3.0 keywords: - coverage - security @@ -27,6 +27,8 @@ maintainers: email: davi.koscianski-vidal@sonarsource.com annotations: artifacthub.io/changes: | + - kind: changed + description: "Upgrade SonarQube to 10.3.0" - kind: changed description: "Update Chart's version to 10.3.0" - kind: changed @@ -65,9 +67,9 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube-app - image: sonarqube:10.2.0-datacenter-app + image: sonarqube:10.3.0-datacenter-app - name: sonarqube-search - image: sonarqube:10.2.0-datacenter-search + image: sonarqube:10.3.0-datacenter-search dependencies: - name: postgresql version: 10.15.0 diff --git a/charts/sonarqube-dce/README.md b/charts/sonarqube-dce/README.md index 13afd38f8..7ac27352c 100644 --- a/charts/sonarqube-dce/README.md +++ b/charts/sonarqube-dce/README.md @@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and ## Compatibility -Compatible SonarQube Version: `10.2.1` +Compatible SonarQube Version: `10.3.0` Supported Kubernetes Versions: From `1.24` to `1.28` @@ -175,7 +175,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.1-datacenter-search` | +| `searchNodes.image.tag` | search image tag | `10.3.0-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` | @@ -224,7 +224,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 | `10.0.0-datacenter-app` | +| `ApplicationNodes.image.tag` | app image tag | `10.3.0-datacenter-app` | | `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` | | `ApplicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` | | `ApplicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` | diff --git a/charts/sonarqube-dce/values.yaml b/charts/sonarqube-dce/values.yaml index 3a02351f1..966c48455 100644 --- a/charts/sonarqube-dce/values.yaml +++ b/charts/sonarqube-dce/values.yaml @@ -5,7 +5,7 @@ searchNodes: image: repository: sonarqube - tag: 10.2.1-datacenter-search + tag: 10.3.0-datacenter-search pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: @@ -138,7 +138,7 @@ searchNodes: ApplicationNodes: image: repository: sonarqube - tag: 10.2.1-datacenter-app + tag: 10.3.0-datacenter-app pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index 67b7c306c..319468f91 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -2,6 +2,7 @@ All changes to this chart will be documented in this file. ## [10.3.0] +* Upgrade SonarQube to 10.3.0 * Update Chart's version to 10.3.0 * Update default images to the latest versions * Remove the nginx-proxy-body annotation when nginx is disabled diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index b1fb97509..ed473e1f8 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -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.3.0 -appVersion: 10.2.0 +appVersion: 10.3.0 keywords: - coverage - security @@ -32,6 +32,8 @@ annotations: - name: Chart Source url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube artifacthub.io/changes: | + - kind: changed + description: "Upgrade SonarQube to 10.3.0" - kind: changed description: "Update Chart's version to 10.3.0" - kind: changed @@ -61,7 +63,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:10.2.0-community + image: sonarqube:10.3.0-community dependencies: - name: postgresql version: 10.15.0 diff --git a/charts/sonarqube/README.md b/charts/sonarqube/README.md index e0a7dd130..3737badf2 100644 --- a/charts/sonarqube/README.md +++ b/charts/sonarqube/README.md @@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En ## Compatibility -Compatible SonarQube Version: `10.2.1` +Compatible SonarQube Version: `10.3.0` Supported Kubernetes Versions: From `1.24` to `1.28` @@ -214,7 +214,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.1-{{ .Values.edition }}` | +| `image.tag` | `sonarqube` image tag. | `10.3.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` | diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index 1bf076937..2dd42a2d2 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -27,7 +27,7 @@ edition: "community" image: repository: sonarqube - tag: 10.2.1-{{ .Values.edition }} + tag: 10.3.0-{{ .Values.edition }} pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: