Skip to content

Commit

Permalink
REL-2895 Update SonarQube LTS version to 9.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 1ebbd83 commit 3a80cfe
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 122 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.

## [7.0.3]
* Update SonarQube to 9.9.3

## [7.0.2]
* Fix missing `bitnami/minideb-extras` image during helm tests
* Update SonarQube to 9.9.2
Expand Down
12 changes: 5 additions & 7 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.2
appVersion: 9.9.2
version: 7.0.3
appVersion: 9.9.3
keywords:
- coverage
- security
Expand All @@ -24,10 +24,8 @@ maintainers:
email: [email protected]
annotations:
artifacthub.io/changes: |
- kind: fixed
description: "Fix missing `bitnami/minideb-extras` image during helm tests"
- kind: changed
description: "Update SonarQube to 9.9.2"
description: "Update SonarQube to 9.9.3"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand All @@ -36,9 +34,9 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.9.2-datacenter-app
image: sonarqube:9.9.3-datacenter-app
- name: sonarqube-search
image: sonarqube:9.9.2-datacenter-search
image: sonarqube:9.9.3-datacenter-search
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
206 changes: 103 additions & 103 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: 9.9.2-datacenter-search
tag: 9.9.3-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.2-datacenter-app
tag: 9.9.3-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down
4 changes: 3 additions & 1 deletion charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [8.0.3]
* Update SonarQube to 9.9.3

## [8.0.2]
* Fix missing `bitnami/minideb-extras` image during helm tests
* Update SonarQube to 9.9.2


## [8.0.1]
* Update SonarQube to 9.9.1

Expand Down
10 changes: 4 additions & 6 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.2
appVersion: 9.9.2
version: 8.0.3
appVersion: 9.9.3
keywords:
- coverage
- security
Expand All @@ -29,14 +29,12 @@ annotations:
- name: Chart Source
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: fixed
description: "Fix missing `bitnami/minideb-extras` image during helm tests"
- kind: changed
description: "Update SonarQube to 9.9.2"
description: "Update SonarQube to 9.9.3"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.9.2-community
image: sonarqube:9.9.3-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: `9.9.2`
Compatible SonarQube Version: `9.9.3`

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

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

0 comments on commit 3a80cfe

Please sign in to comment.