-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChart.yaml
64 lines (64 loc) · 2.54 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
53
54
55
56
57
58
59
60
61
62
63
64
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: 6.0.0
appVersion: 9.7.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: [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: "Updated SonarQube to 9.7.0"
- kind: fixed
description: "Fix the right-dash curly brace issue with the additional network policy parameter"
- kind: added
description: "Allow `tests.image` to be configured and update README accordingly"
- kind: added
description: "Allow `tests.initContainers.image` to be configured and update README accordingly"
- kind: changed
description: "Use the networkPolicy.prometheusNamespace value for the network policy namespace selector"
- kind: changed
description: "Uncomment default value in values.yaml for backwards compatibility"
- kind: added
description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text"
- kind: changed
description: "Bump apiVersion to v2"
- kind: changed
description: "Set the number of allowed replicas to 0 and 1"
- kind: added
description: "Add documentation for ingress tls"
- kind: added
description: "Add documentation for sonarProperties and sonarSecretProperties"
- kind: added
description: "Add the possibility of using a secret for customizing the admin password"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.7.0-community
dependencies:
- name: postgresql
version: 10.15.0
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: ingress-nginx
version: 4.0.13
repository: https://kubernetes.github.io/ingress-nginx
condition: nginx.enabled