-
Notifications
You must be signed in to change notification settings - Fork 386
/
Copy pathChart.yaml
52 lines (52 loc) · 1.85 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
51
52
apiVersion: v2
name: sonarqube
description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
type: application
version: 8.0.0
appVersion: 9.9.0
keywords:
- coverage
- security
- code
- quality
home: https://www.sonarqube.org/
icon: https://www.sonarqube.org/assets/logo-31ad3115b1b4b120f3d1efd63e6b13ac9f1f89437f0cf6881cc4d8b5603a52b4.svg
sources:
- https://github.com/SonarSource/docker-sonarqube
- https://github.com/SonarSource/sonarqube
kubeVersion: '>= 1.19.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
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 the list of supported kubernetes versions"
- kind: changed
description : "Set a new default (maximum) allowed size of the client request body on the ingress"
- kind: changed
description: "Update SonarQube to 9.9.0"
- kind: changed
description: "Mark 8.x.x chart as the LTS (SonarQube 9.9.x) chart"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.9.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.0.13
repository: https://kubernetes.github.io/ingress-nginx
condition: nginx.enabled