diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 6689626c7..94c9ec120 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.4] +* updated SonarQube to 9.2.3 + ## [0.2.3] * updated SonarQube to 9.2.2 diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index 7f8b28599..5869c3b81 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.3 -appVersion: 9.2.2 +version: 0.2.4 +appVersion: 9.2.3 keywords: - coverage - security @@ -22,12 +22,10 @@ annotations: url: https://community.sonarsource.com/ artifacthub.io/changes: | - kind: changed - description: "updated SonarQube to 9.2.2" - - kind: changed - description: "replaced hardcoded port's values" + description: "updated SonarQube to 9.2.3" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube-app - image: sonarqube:9.2.2-datacenter-app + image: sonarqube:9.2.3-datacenter-app - name: sonarqube-search - image: sonarqube:9.2.2-datacenter-app + image: sonarqube:9.2.3-datacenter-app diff --git a/charts/sonarqube-dce/values.yaml b/charts/sonarqube-dce/values.yaml index 1cae8ba78..9779dba0a 100644 --- a/charts/sonarqube-dce/values.yaml +++ b/charts/sonarqube-dce/values.yaml @@ -5,7 +5,7 @@ searchNodes: image: repository: sonarqube - tag: 9.2.2-datacenter-search + tag: 9.2.3-datacenter-search 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 5869b24aa..c3762cbcd 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.22] +* updated SonarQube LTS to 8.9.5 + ## [1.0.21] * updated SonarQube LTS to 8.9.4 diff --git a/charts/sonarqube-lts/Chart.yaml b/charts/sonarqube-lts/Chart.yaml index 641247a42..5272cb6af 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.21 -appVersion: 8.9.4 +version: 1.0.22 +appVersion: 8.9.5 keywords: - coverage - security @@ -19,10 +19,8 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "updated SonarQube LTS to 8.9.4" - - kind: fixed - description: "Fixed default version to match app version" + description: "updated SonarQube LTS to 8.9.5" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:8.9.4-community + image: sonarqube:8.9.5-community diff --git a/charts/sonarqube-lts/values.yaml b/charts/sonarqube-lts/values.yaml index fa37297a3..11ee4569f 100644 --- a/charts/sonarqube-lts/values.yaml +++ b/charts/sonarqube-lts/values.yaml @@ -25,7 +25,7 @@ OpenShift: image: repository: sonarqube - tag: 8.9.4-community + tag: 8.9.5-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 374a60ed8..43056df8b 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.4] +* updated SonarQube to 9.2.3 + ## [1.2.3] * updated SonarQube to 9.2.2 diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 234c50dc4..044b67c86 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.3 -appVersion: 9.2.2 +version: 1.2.4 +appVersion: 9.2.3 keywords: - coverage - security @@ -22,10 +22,8 @@ annotations: url: https://community.sonarsource.com/ artifacthub.io/changes: | - kind: changed - description: "updated SonarQube to 9.2.2" - - kind: changed - description: "replaced hardcoded port's value" + description: "updated SonarQube to 9.2.3" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:9.2.2-community + image: sonarqube:9.2.3-community diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index c0e704436..c6e271004 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -25,7 +25,7 @@ OpenShift: image: repository: sonarqube - tag: 9.2.2-community + tag: 9.2.3-community pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret