Skip to content

Commit

Permalink
REL-2155 Update SonarQube to 8.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-perrin-sonarsource committed Feb 7, 2022
1 parent cd80b5a commit 71e223a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions charts/sonarqube-lts/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.

## [1.0.25]
* updated SonarQube LTS to 8.9.7

## [1.0.24]
* fixed missing `env` key for the install-plugins container in both the Deployment and StatefulSet

Expand Down
10 changes: 5 additions & 5 deletions charts/sonarqube-lts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sonarqube-lts
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.
version: 1.0.24
appVersion: 8.9.6
version: 1.0.25
appVersion: 8.9.7
keywords:
- coverage
- security
Expand All @@ -18,9 +18,9 @@ maintainers:
email: [email protected]
annotations:
artifacthub.io/changes: |
- kind: fixed
description: "fixed missing `env` key for the install-plugins container in both the Deployment and StatefulSet"
- kind: changed
description: "updated SonarQube to 8.9.7"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:8.9.6-community
image: sonarqube:8.9.7-community
2 changes: 1 addition & 1 deletion charts/sonarqube-lts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OpenShift:

image:
repository: sonarqube
tag: 8.9.6-community
tag: 8.9.7-community
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down

0 comments on commit 71e223a

Please sign in to comment.