Skip to content

Commit 9dbab5e

Browse files
REL-2274 Upgraded SonarQube LTS to 8.9.9
1 parent 4d09adc commit 9dbab5e

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
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.29]
5+
* updated SonarQube LTS to 8.9.9
6+
47
## [1.0.28]
58
* Add documentation for ingress annotations
69

charts/sonarqube-lts/Chart.yaml

Lines changed: 8 additions & 4 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.28
5-
appVersion: 8.9.8
4+
version: 1.0.29
5+
appVersion: 8.9.9
66
keywords:
77
- coverage
88
- security
@@ -19,8 +19,12 @@ maintainers:
1919
annotations:
2020
artifacthub.io/changes: |
2121
- kind: fixed
22-
description: " Fix repository issues with bitnami/postgres"
22+
description: "Fix repository issues with bitnami/postgres"
23+
- kind: changed
24+
description: "Add documentation for ingress annotations"
25+
- kind: changed
26+
description: "updated SonarQube to 8.9.9"
2327
artifacthub.io/containsSecurityUpdates: "false"
2428
artifacthub.io/images: |
2529
- name: sonarqube
26-
image: sonarqube:8.9.7-community
30+
image: sonarqube:8.9.9-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.8-community
28+
tag: 8.9.9-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)