diff --git a/charts/sonarqube-lts/CHANGELOG.md b/charts/sonarqube-lts/CHANGELOG.md index 344d10c61..584f96e06 100644 --- a/charts/sonarqube-lts/CHANGELOG.md +++ b/charts/sonarqube-lts/CHANGELOG.md @@ -1,6 +1,9 @@ # SonarQube Chart Changelog All changes to this chart will be documented in this file. +## [1.0.29] +* updated SonarQube LTS to 8.9.9 + ## [1.0.28] * Add documentation for ingress annotations diff --git a/charts/sonarqube-lts/Chart.yaml b/charts/sonarqube-lts/Chart.yaml index c04da51a0..5456bd427 100644 --- a/charts/sonarqube-lts/Chart.yaml +++ b/charts/sonarqube-lts/Chart.yaml @@ -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.28 -appVersion: 8.9.8 +version: 1.0.29 +appVersion: 8.9.9 keywords: - coverage - security @@ -19,8 +19,12 @@ maintainers: annotations: artifacthub.io/changes: | - kind: fixed - description: " Fix repository issues with bitnami/postgres" + description: "Fix repository issues with bitnami/postgres" + - kind: changed + description: "Add documentation for ingress annotations" + - kind: changed + description: "updated SonarQube to 8.9.9" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:8.9.7-community + image: sonarqube:8.9.9-community diff --git a/charts/sonarqube-lts/values.yaml b/charts/sonarqube-lts/values.yaml index 204fd397a..4078cea7b 100644 --- a/charts/sonarqube-lts/values.yaml +++ b/charts/sonarqube-lts/values.yaml @@ -25,7 +25,7 @@ OpenShift: image: repository: sonarqube - tag: 8.9.8-community + tag: 8.9.9-community pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret