-
Notifications
You must be signed in to change notification settings - Fork 389
/
Copy pathChart.yaml
50 lines (50 loc) · 2.08 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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: 2025.2.0
appVersion: 2025.1.0
keywords:
- coverage
- security
- code
- quality
home: https://www.sonarqube.org/
icon: https://raw.githubusercontent.com/SonarSource/sonarqube-static-resources/master/helm/SonarQubeServerLogo.png
sources:
- https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
- https://github.com/SonarSource/docker-sonarqube
- https://github.com/SonarSource/sonarqube
kubeVersion: '>= 1.24.0-0'
maintainers:
- name: carminevassallo
email: [email protected]
- name: jCOTINEAU
email: [email protected]
- name: davividal
email: [email protected]
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 2025.2.0"
- kind: changed
description: "Update ingress-nginx subchart to 4.12.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:25.1.0.102122-community
charts.openshift.io/name: sonarqube
dependencies:
- name: postgresql
version: 10.15.0
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: postgresql.enabled
- name: ingress-nginx
version: 4.12.0
repository: https://kubernetes.github.io/ingress-nginx
condition: nginx.enabled,ingress-nginx.enabled