Skip to content

Commit

Permalink
REL-3083 Update SonarQube LTA to 9.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo authored Apr 29, 2024
1 parent 7e7b5d8 commit a2708f4
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .cirrus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ RUN set -eux; \

COPY --from=tools /usr/local/bin/cirrus-env /usr/local/bin/cirrus-env
COPY --from=tools /usr/local/bin/gh /usr/local/bin/gh
COPY --from=tools /home/sonarsource/.m2/settings-public.xml /root/.m2/settings-public.xml
COPY --from=tools /home/sonarsource/.m2/settings-public-auth.xml /root/.m2/settings-public.xml
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.

## [7.0.5]
* Update SonarQube to 9.9.5

## [7.0.4]
* Update SonarQube to 9.9.4

Expand Down
10 changes: 5 additions & 5 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 offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
type: application
version: 7.0.4
appVersion: 9.9.4
version: 7.0.5
appVersion: 9.9.5
keywords:
- coverage
- security
Expand All @@ -25,7 +25,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Update SonarQube to 9.9.4"
description: "Update SonarQube to 9.9.5"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand All @@ -34,9 +34,9 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.9.4-datacenter-app
image: sonarqube:9.9.5-datacenter-app
- name: sonarqube-search
image: sonarqube:9.9.4-datacenter-search
image: sonarqube:9.9.5-datacenter-search
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
12 changes: 6 additions & 6 deletions charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This helm chart bootstraps a SonarQube Data Center Edition cluster with a Postgr

The latest version of the chart installs the latest SonarQube version.

To install the version of the chart for SonarQube 9.9 LTS, please read the section [below](#installing-the-lts-chart). Deciding between LTS and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/)
To install the version of the chart for SonarQube 9.9 LTA, please read the section [below](#installing-the-lts-chart). Deciding between LTA and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/)

Please note that this chart does NOT support SonarQube Community, Developer, and Enterprise Editions.

## Compatibility

Compatible SonarQube Version: `9.9.4`
Compatible SonarQube Version: `9.9.5`

Supported Kubernetes Versions: From `1.23` to `1.26`

Expand All @@ -41,9 +41,9 @@ The above command deploys SonarQube on the Kubernetes cluster in the default con

The default login is admin/admin.

## Installing the SonarQube 9.9 LTS chart
## Installing the SonarQube 9.9 LTA chart

The version of the chart for the SonarQube 9.9 LTS is being distributed as the `7.x.x` version of this chart.
The version of the chart for the SonarQube 9.9 LTA is being distributed as the `7.x.x` version of this chart.

In order to use it, please set the version constraint `~7`, which is equivalent to `>=7.0.0 && <= 8.0.0`. That version parameter **must** be used in every helm related command including `install`, `upgrade`, `template`, and `diff` (don't treat this as an exhaustive list).

Expand Down Expand Up @@ -133,7 +133,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.9.4-datacenter-search` |
| `searchNodes.image.tag` | search image tag | `9.9.5-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 Expand Up @@ -176,7 +176,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.9.4-datacenter-app` |
| `ApplicationNodes.image.tag` | app image tag | `9.9.5-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` |
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.9.4-datacenter-search
tag: 9.9.5-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down Expand Up @@ -113,7 +113,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 9.9.4-datacenter-app
tag: 9.9.5-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
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.

## [8.0.5]
* Update SonarQube to 9.9.5

## [8.0.4]
* Update SonarQube to 9.9.4

Expand Down
8 changes: 4 additions & 4 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 offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
type: application
version: 8.0.4
appVersion: 9.9.4
version: 8.0.5
appVersion: 9.9.5
keywords:
- coverage
- security
Expand All @@ -30,11 +30,11 @@ annotations:
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: changed
description: "Update SonarQube to 9.9.4"
description: "Update SonarQube to 9.9.5"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.9.4-community
image: sonarqube:9.9.5-community
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
10 changes: 5 additions & 5 deletions charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This chart bootstraps an instance of the latest SonarQube version with a Postgre

The latest version of the chart installs the latest SonarQube version.

To install the version of the chart for SonarQube 9.9 LTS, please read the section [below](#installing-the-sonarqube-99-lts-chart). Deciding between LTS and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/)
To install the version of the chart for SonarQube 9.9 LTA, please read the section [below](#installing-the-sonarqube-99-lts-chart). Deciding between LTA and Latest? [This may help](https://www.sonarsource.com/products/sonarqube/downloads/lts/)

Please note that this chart only supports SonarQube Community, Developer, and Enterprise editions.

## Compatibility

Compatible SonarQube Version: `9.9.4`
Compatible SonarQube Version: `9.9.5`

Supported Kubernetes Versions: From `1.23` to `1.26`

Expand All @@ -33,9 +33,9 @@ The above command deploys SonarQube on the Kubernetes cluster in the default con

The default login is admin/admin.

## Installing the SonarQube 9.9 LTS chart
## Installing the SonarQube 9.9 LTA chart

The version of the chart for the SonarQube 9.9 LTS is being distributed as the `8.x.x` version of this chart.
The version of the chart for the SonarQube 9.9 LTA is being distributed as the `8.x.x` version of this chart.

In order to use it, please set the version constraint `~8`, which is equivalent to `>=8.0.0 && <= 9.0.0`. That version parameter **must** be used in every helm related command including `install`, `upgrade`, `template`, and `diff` (don't treat this as an exhaustive list).

Expand Down Expand Up @@ -172,7 +172,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. | `9.9.4-{{ .Values.edition }}` |
| `image.tag` | `sonarqube` image tag. | `9.9.5-{{ .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: 9.9.4-{{ .Values.edition }}
tag: 9.9.5-{{ .Values.edition }}
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit a2708f4

Please sign in to comment.