diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 94c9ec120..4d112acc2 100644 --- a/charts/sonarqube-dce/CHANGELOG.md +++ b/charts/sonarqube-dce/CHANGELOG.md @@ -1,6 +1,9 @@ # SonarQube Chart Changelog All changes to this chart will be documented in this file. +## [0.2.5] +* updated SonarQube to 9.2.4 + ## [0.2.4] * updated SonarQube to 9.2.3 diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index 5869c3b81..15618d4dc 100644 --- a/charts/sonarqube-dce/Chart.yaml +++ b/charts/sonarqube-dce/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: sonarqube-dce 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: 0.2.4 -appVersion: 9.2.3 +version: 0.2.5 +appVersion: 9.2.4 keywords: - coverage - security @@ -22,10 +22,10 @@ annotations: url: https://community.sonarsource.com/ artifacthub.io/changes: | - kind: changed - description: "updated SonarQube to 9.2.3" + description: "updated SonarQube to 9.2.4" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube-app - image: sonarqube:9.2.3-datacenter-app + image: sonarqube:9.2.4-datacenter-app - name: sonarqube-search - image: sonarqube:9.2.3-datacenter-app + image: sonarqube:9.2.4-datacenter-app diff --git a/charts/sonarqube-dce/values.yaml b/charts/sonarqube-dce/values.yaml index 9779dba0a..7f918a465 100644 --- a/charts/sonarqube-dce/values.yaml +++ b/charts/sonarqube-dce/values.yaml @@ -5,7 +5,7 @@ searchNodes: image: repository: sonarqube - tag: 9.2.3-datacenter-search + tag: 9.2.4-datacenter-search pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret @@ -87,7 +87,7 @@ searchNodes: ApplicationNodes: image: repository: sonarqube - tag: 9.2.1-datacenter-app + tag: 9.2.4-datacenter-app pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret diff --git a/charts/sonarqube-lts/CHANGELOG.md b/charts/sonarqube-lts/CHANGELOG.md index c3762cbcd..2bdd12124 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.23] +* updated SonarQube LTS to 8.9.6 + ## [1.0.22] * updated SonarQube LTS to 8.9.5 diff --git a/charts/sonarqube-lts/Chart.yaml b/charts/sonarqube-lts/Chart.yaml index 5272cb6af..da6101a11 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.22 -appVersion: 8.9.5 +version: 1.0.23 +appVersion: 8.9.6 keywords: - coverage - security @@ -19,8 +19,8 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "updated SonarQube LTS to 8.9.5" + description: "updated SonarQube LTS to 8.9.6" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:8.9.5-community + image: sonarqube:8.9.6-community diff --git a/charts/sonarqube-lts/values.yaml b/charts/sonarqube-lts/values.yaml index 11ee4569f..37bc85a43 100644 --- a/charts/sonarqube-lts/values.yaml +++ b/charts/sonarqube-lts/values.yaml @@ -25,7 +25,7 @@ OpenShift: image: repository: sonarqube - tag: 8.9.5-community + tag: 8.9.6-community pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index 43056df8b..3274e6b38 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -1,6 +1,9 @@ # SonarQube Chart Changelog All changes to this chart will be documented in this file. +## [1.2.5] +* updated SonarQube to 9.2.4 + ## [1.2.4] * updated SonarQube to 9.2.3 diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 044b67c86..a3ea57aa3 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: sonarqube 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.2.4 -appVersion: 9.2.3 +version: 1.2.5 +appVersion: 9.2.4 keywords: - coverage - security @@ -22,8 +22,8 @@ annotations: url: https://community.sonarsource.com/ artifacthub.io/changes: | - kind: changed - description: "updated SonarQube to 9.2.3" + description: "updated SonarQube to 9.2.4" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:9.2.3-community + image: sonarqube:9.2.4-community diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index c6e271004..f0b12afaf 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -25,7 +25,7 @@ OpenShift: image: repository: sonarqube - tag: 9.2.3-community + tag: 9.2.4-community pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret