Skip to content

Commit 71dd545

Browse files
Merge pull request #203 from SonarSource/feature/ms/sonarqube-8.9.8
REL-2220 Upgrade SonarQube LTS 8.9.8
2 parents dbde67b + 54758b6 commit 71dd545

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.26]
5+
* updated SonarQube LTS to 8.9.8
6+
47
## [1.0.25]
58
* updated SonarQube LTS to 8.9.7
69

charts/sonarqube-lts/Chart.yaml

Lines changed: 3 additions & 3 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.25
5-
appVersion: 8.9.7
4+
version: 1.0.26
5+
appVersion: 8.9.8
66
keywords:
77
- coverage
88
- security
@@ -19,7 +19,7 @@ maintainers:
1919
annotations:
2020
artifacthub.io/changes: |
2121
- kind: changed
22-
description: "updated SonarQube to 8.9.7"
22+
description: "updated SonarQube to 8.9.8"
2323
artifacthub.io/containsSecurityUpdates: "false"
2424
artifacthub.io/images: |
2525
- name: sonarqube

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.7-community
28+
tag: 8.9.8-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)