Files
2026-08-26 03:39:42 +05:30

52 lines
2.1 KiB
YAML

apiVersion: v2
name: sonarqube
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.
type: application
version: 10.4.0
appVersion: 10.3.0
keywords:
- coverage
- security
- code
- quality
home: https://www.sonarqube.org/
icon: https://raw.githubusercontent.com/SonarSource/sonarqube-static-resources/master/helm/SonarQubeLogo.svg
sources:
- https://github.com/SonarSource/helm-chart-sonarqube
- https://github.com/SonarSource/docker-sonarqube
- https://github.com/SonarSource/sonarqube
kubeVersion: '>= 1.24.0-0'
maintainers:
- name: leo-geoffroy-sonarsource
email: leo.geoffroy+helm@sonarsource.com
- name: carminevassallo
email: carmine.vassallo@sonarsource.com
- name: jCOTINEAU
email: jeremy.cotineau@sonarsource.com
- name: davividal
email: davi.koscianski-vidal@sonarsource.com
annotations:
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
artifacthub.io/changes: |
- kind: changed
description: "Update Chart's version to 10.4.0"
- kind: fixed
description: "Improve the description of deprecated 'jvmOpts' and 'jvmCeOpts' values"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:10.3.0-community
dependencies:
- name: postgresql
version: 10.15.0
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: postgresql.enabled
- name: ingress-nginx
version: 4.8.3
repository: https://kubernetes.github.io/ingress-nginx
condition: nginx.enabled