Skip to content

Commit f0c63b7

Browse files
Fixed default app version for LTS chart
1 parent ae8b6ab commit f0c63b7

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.20]
5+
* Fixed LTS default version
6+
47
## [1.0.19]
58
* updated appversion to new LTS patch release (8.9.3)
69

charts/sonarqube-lts/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.19
4+
version: 1.0.20
55
appVersion: 8.9.3
66
keywords:
77
- coverage
@@ -18,8 +18,8 @@ maintainers:
1818
1919
annotations:
2020
artifacthub.io/changes: |
21-
- kind: changed
22-
description: "updated appversion to new LTS patch release (8.9.3)"
21+
- kind: fixed
22+
description: "Fixed default version to match app version"
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.2-community
28+
tag: 8.9.3-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)