forked from SonarSource/helm-chart-sonarqube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
46 lines (46 loc) · 1.63 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
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: 7.0.2
appVersion: 9.8.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: "Update SonarQube to 9.8.0"
- kind: fixed
description: "Update the postgresql chart's repository"
- kind: changed
description: "Refactor Ingress to be compatible with static compatibility test and 1.19 minimum requirement"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.8.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