-
Notifications
You must be signed in to change notification settings - Fork 28
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.0
Signed-off-by: robot <[email protected]>
- Loading branch information
robot
committed
Dec 15, 2024
1 parent
7c12bf4
commit 5979f21
Showing
214 changed files
with
5,983 additions
and
3,018 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,67 @@ | ||
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" | ||
description: "Upgrade SonarQube Server to 10.8.0" | ||
- kind: changed | ||
description: "Release SonarQube Community Build 24.12" | ||
- kind: changed | ||
description: "Update Chart's version to 10.8.0" | ||
- kind: added | ||
description: "Support the installation of the Oracle JDBC Driver" | ||
- kind: changed | ||
description: "Support Kubernetes v1.31" | ||
- kind: deprecated | ||
description: "startupProbe.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
description: "Deprecate the 'community' value for the 'edition' parameter" | ||
- kind: deprecated | ||
description: "account.sonarWebContext is deprecated, please use sonarWebContext at the value top level" | ||
description: "Deprecate the default value of 'image.tag' in favor of an empty string" | ||
- kind: added | ||
description: "Introduce the 'community.enabled' and 'community.buildNumber' parameters for SonarQube Community Build" | ||
- kind: changed | ||
description: "Update the Chart's icon with the SonarQube Server logo" | ||
- kind: fixed | ||
description: "Set 'app.kubernetes.io/name' and 'app.kubernetes.io/version' as selector labels" | ||
- kind: added | ||
description: "Support Gateway on different namespace in HTTPRoute" | ||
- 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" | ||
description: "Change 'ingress.ingressClassName' default, set it to 'nginx' if 'nginx.enabled' or 'ingress-nginx.enabled'" | ||
- kind: changed | ||
description: "Ensure that ConfigMap resources are not created for 'initFS' and 'initSysctl' if not needed" | ||
- kind: changed | ||
description: "Ensure the Pod will stop at 'init' stage if init_sysctl.sh failed to modify kernel parameters" | ||
- kind: changed | ||
description: "Replace the example images in initContainers, initSysctl and initFs from 'busybox:1.36' to 'ubuntu:24.04', which are commented out by default" | ||
- kind: fixed | ||
description: "Fixes broken table on README" | ||
description: "Make the 'automountServiceAccountToken' configurable with 'serviceAccount.automountToken' in PodSpec" | ||
- kind: deprecated | ||
description: "Deprecate 'sonarqubeFolder', 'jdbcOverwrite.jdbcPassword' and 'terminationGracePeriodSeconds'" | ||
- kind: deprecated | ||
description: "Deprecate 'deploymentStrategy.type', which will be set to 'Recreate'" | ||
- kind: deprecated | ||
description: "Deprecate 'account', 'curlContainerImage', 'adminJobAnnotation'" | ||
- kind: deprecated | ||
description: "Deprecate the StatefulSet deployment type" | ||
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.0 | ||
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 +70,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.0 | ||
dependencies: | ||
- name: sonarqube | ||
version: "10.2.0" | ||
version: "10.8.0" | ||
repository: "https://SonarSource.github.io/helm-chart-sonarqube" |
Oops, something went wrong.