Skip to content

Commit

Permalink
robot: project sonarqube chart upgrades from 10.2.0 to 10.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: robot <[email protected]>
  • Loading branch information
robot committed Dec 15, 2024
1 parent 7c12bf4 commit 5979f21
Show file tree
Hide file tree
Showing 214 changed files with 5,983 additions and 3,018 deletions.
2 changes: 1 addition & 1 deletion charts/sonarqube/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export USE_OPENSOURCE_CHART=false
export REPO_URL=https://SonarSource.github.io/helm-chart-sonarqube
export REPO_NAME=sonarqube
export CHART_NAME=sonarqube
export VERSION=10.2.0
export VERSION=10.8.0
# push to daocloud repo
export DAOCLOUD_REPO_PROJECT=community
export CUSTOM_SHELL=custom.sh
Expand Down
63 changes: 42 additions & 21 deletions charts/sonarqube/sonarqube/Chart.yaml
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]
Expand All @@ -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"
Loading

0 comments on commit 5979f21

Please sign in to comment.