Skip to content

Commit 8a2d23f

Browse files
REL-2444 Release SonarQube 8.9.10
1 parent 4b0a741 commit 8a2d23f

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

charts/sonarqube-lts/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SonarQube Chart Changelog
22
All changes to this chart will be documented in this file.
33

4+
## [1.0.31]
5+
* Updated SonarQube LTS to 8.9.10
6+
47
## [1.0.30]
58
* Add documentation for ingress tls
69

charts/sonarqube-lts/Chart.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: sonarqube-lts
33
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.
4-
version: 1.0.30
5-
appVersion: 8.9.9
4+
version: 1.0.31
5+
appVersion: 8.9.10
66
keywords:
77
- coverage
88
- security
@@ -18,13 +18,9 @@ maintainers:
1818
1919
annotations:
2020
artifacthub.io/changes: |
21-
- kind: fixed
22-
description: "Fix repository issues with bitnami/postgres"
2321
- kind: changed
24-
description: "Add documentation for ingress annotations"
25-
- kind: changed
26-
description: "updated SonarQube to 8.9.9"
22+
description: "Updated SonarQube to 8.9.10"
2723
artifacthub.io/containsSecurityUpdates: "false"
2824
artifacthub.io/images: |
2925
- name: sonarqube
30-
image: sonarqube:8.9.9-community
26+
image: sonarqube:8.9.10-community

charts/sonarqube-lts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OpenShift:
2525

2626
image:
2727
repository: sonarqube
28-
tag: 8.9.9-community
28+
tag: 8.9.10-community
2929
pullPolicy: IfNotPresent
3030
# If using a private repository, the name of the imagePullSecret to use
3131
# pullSecret: my-repo-secret

0 commit comments

Comments
 (0)