-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
robot: project sonarqube chart upgrades from 10.2.0 to 10.8.1
Signed-off-by: robot <[email protected]>
- Loading branch information
robot
committed
Dec 18, 2024
1 parent
7c12bf4
commit e71ca02
Showing
214 changed files
with
5,933 additions
and
3,025 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,35 @@ | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Upgrading SonarQube to 10.2.0" | ||
- kind: deprecated | ||
description: "livenessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
- kind: deprecated | ||
description: "readinessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
- kind: deprecated | ||
description: "startupProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
- kind: deprecated | ||
description: "account.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
description: "Update Chart's version 10.8.1" | ||
- kind: changed | ||
description: "Update Chart's version to 10.2.0" | ||
- kind: security | ||
description: "Update cURL image to 8.2.0" | ||
- kind: security | ||
description: "Update ingress-nginx dependency to 4.7.1" | ||
- kind: fixed | ||
description: "Fixes broken table on README" | ||
description: "Upgrade SonarQube Server to 10.8.1" | ||
- kind: changed | ||
description: "Remove immutable labels selector 'app.kubernetes.io/name' and 'app.kubernetes.io/version' as it breaks upgrades" | ||
- kind: changed | ||
description: "Set 'image.tag' empty in default value file, 'image.tag' is dynamically set according to the 'edition' and 'community' fields, with user-defined value taking precedence." | ||
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/images: | | ||
- name: sonarqube | ||
image: sonarqube:10.2.0-community | ||
image: sonarqube:24.12.0.100206-community | ||
artifacthub.io/links: | | ||
- name: support | ||
url: https://community.sonarsource.com/ | ||
- name: Chart Source | ||
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube | ||
charts.openshift.io/name: sonarqube | ||
apiVersion: v2 | ||
appVersion: 10.2.0 | ||
appVersion: 10.8.1 | ||
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards. | ||
home: https://www.sonarqube.org/ | ||
icon: https://raw.githubusercontent.com/SonarSource/sonarqube-static-resources/master/helm/SonarQubeLogo.svg | ||
icon: https://raw.githubusercontent.com/SonarSource/sonarqube-static-resources/master/helm/SonarQubeServerLogo.png | ||
keywords: | ||
- coverage | ||
- security | ||
- code | ||
- quality | ||
kubeVersion: '>= 1.24.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: leo-geoffroy-sonarsource | ||
- email: [email protected] | ||
name: carminevassallo | ||
- email: [email protected] | ||
|
@@ -49,12 +38,12 @@ maintainers: | |
name: davividal | ||
name: sonarqube | ||
sources: | ||
- https://github.com/SonarSource/helm-chart-sonarqube | ||
- https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube | ||
- https://github.com/SonarSource/docker-sonarqube | ||
- https://github.com/SonarSource/sonarqube | ||
type: application | ||
version: 10.2.0+738 | ||
version: 10.8.1 | ||
dependencies: | ||
- name: sonarqube | ||
version: "10.2.0" | ||
version: "10.8.1" | ||
repository: "https://SonarSource.github.io/helm-chart-sonarqube" |
Large diffs are not rendered by default.
Oops, something went wrong.
105 changes: 105 additions & 0 deletions
105
charts/sonarqube/sonarqube/charts/sonarqube/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami | ||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | ||
version: 10.15.0 | ||
- name: ingress-nginx | ||
repository: https://kubernetes.github.io/ingress-nginx | ||
version: 4.7.1 | ||
digest: sha256:16a5362bfe5ceca82723c85608da059005c70bc46bfc72fc9d976b42a49f2120 | ||
generated: "2023-08-04T14:18:34.978582+02:00" | ||
version: 4.11.2 | ||
digest: sha256:0ad1aac6c67cf15b7aabb05dc27ad791f9575fe305744407792981aa3082e1c9 | ||
generated: "2024-10-07T17:45:01.454569+02:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,49 @@ | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Upgrading SonarQube to 10.2.0" | ||
- kind: deprecated | ||
description: "livenessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
- kind: deprecated | ||
description: "readinessProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
- kind: deprecated | ||
description: "startupProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
- kind: deprecated | ||
description: "account.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
description: "Update Chart's version 10.8.1" | ||
- kind: changed | ||
description: "Update Chart's version to 10.2.0" | ||
- kind: security | ||
description: "Update cURL image to 8.2.0" | ||
- kind: security | ||
description: "Update ingress-nginx dependency to 4.7.1" | ||
- kind: fixed | ||
description: "Fixes broken table on README" | ||
description: "Upgrade SonarQube Server to 10.8.1" | ||
- kind: changed | ||
description: "Remove immutable labels selector 'app.kubernetes.io/name' and 'app.kubernetes.io/version' as it breaks upgrades" | ||
- kind: changed | ||
description: "Set 'image.tag' empty in default value file, 'image.tag' is dynamically set according to the 'edition' and 'community' fields, with user-defined value taking precedence." | ||
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/images: | | ||
- name: sonarqube | ||
image: sonarqube:10.2.0-community | ||
image: sonarqube:24.12.0.100206-community | ||
artifacthub.io/links: | | ||
- name: support | ||
url: https://community.sonarsource.com/ | ||
- name: Chart Source | ||
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube | ||
charts.openshift.io/name: sonarqube | ||
apiVersion: v2 | ||
appVersion: 10.2.0 | ||
appVersion: 10.8.1 | ||
dependencies: | ||
- condition: postgresql.enabled | ||
name: postgresql | ||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami | ||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | ||
version: 10.15.0 | ||
- condition: nginx.enabled | ||
- condition: nginx.enabled,ingress-nginx.enabled | ||
name: ingress-nginx | ||
repository: https://kubernetes.github.io/ingress-nginx | ||
version: 4.7.1 | ||
version: 4.11.2 | ||
description: SonarQube is a self-managed, automatic code review tool that systematically | ||
helps you deliver clean code. As a core element of our Sonar solution, SonarQube | ||
integrates into your existing workflow and detects issues in your code to help you | ||
perform continuous code inspections of your projects. The tool analyses 30+ different | ||
programming languages and integrates into your CI pipeline and DevOps platform to | ||
ensure that your code meets high-quality standards. | ||
home: https://www.sonarqube.org/ | ||
icon: https://raw.githubusercontent.com/SonarSource/sonarqube-static-resources/master/helm/SonarQubeLogo.svg | ||
icon: https://raw.githubusercontent.com/SonarSource/sonarqube-static-resources/master/helm/SonarQubeServerLogo.png | ||
keywords: | ||
- coverage | ||
- security | ||
- code | ||
- quality | ||
kubeVersion: '>= 1.24.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: leo-geoffroy-sonarsource | ||
- email: [email protected] | ||
name: carminevassallo | ||
- email: [email protected] | ||
|
@@ -63,8 +52,8 @@ maintainers: | |
name: davividal | ||
name: sonarqube | ||
sources: | ||
- https://github.com/SonarSource/helm-chart-sonarqube | ||
- https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube | ||
- https://github.com/SonarSource/docker-sonarqube | ||
- https://github.com/SonarSource/sonarqube | ||
type: application | ||
version: 10.2.0+738 | ||
version: 10.8.1 |
Oops, something went wrong.