add sonarqube
This commit is contained in:
63
manifest/sonarqube/Chart.yaml
Normal file
63
manifest/sonarqube/Chart.yaml
Normal file
@@ -0,0 +1,63 @@
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: "Upgrade Chart's version to 2026.2.1"
|
||||
- kind: changed
|
||||
description: "Upgrade SonarQube Server to 2026.2.1"
|
||||
artifacthub.io/containsSecurityUpdates: "false"
|
||||
artifacthub.io/images: |
|
||||
- name: sonarqube-community
|
||||
image: sonarqube:26.3.0.120487-community
|
||||
- name: sonarqube-developer
|
||||
image: sonarqube:2026.2.1-developer
|
||||
- name: sonarqube-enterprise
|
||||
image: sonarqube:2026.2.1-enterprise
|
||||
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
|
||||
charts.openshift.io/name: sonarqube
|
||||
apiVersion: v2
|
||||
appVersion: 2026.2.1
|
||||
dependencies:
|
||||
- condition: nginx.enabled,ingress-nginx.enabled
|
||||
name: ingress-nginx
|
||||
repository: https://kubernetes.github.io/ingress-nginx
|
||||
version: 4.14.3
|
||||
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.
|
||||
home: https://www.sonarqube.org/
|
||||
icon: https://raw.githubusercontent.com/SonarSource/sonarqube-static-resources/master/helm/SonarQubeServerLogo.png
|
||||
keywords:
|
||||
- coverage
|
||||
- security
|
||||
- code
|
||||
- quality
|
||||
kubeVersion: '>= 1.24.0-0'
|
||||
maintainers:
|
||||
- email: carmine.vassallo@sonarsource.com
|
||||
name: carminevassallo
|
||||
- email: emma.mansalier@sonarsource.com
|
||||
name: emma44-m
|
||||
- email: hatem.amairi@sonarsource.com
|
||||
name: hatem-amairi-sonarsource
|
||||
- email: jimil.desai@sonarsource.com
|
||||
name: jimil09
|
||||
- email: julien.lancelot@sonarsource.com
|
||||
name: julienlancelot
|
||||
- email: lukasz.jarocki@sonarsource.com
|
||||
name: lukasz-jarocki-sonarsource
|
||||
- email: matteo.mara@sonarsource.com
|
||||
name: matteo-mara-sonarsource
|
||||
name: sonarqube
|
||||
sources:
|
||||
- https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
|
||||
- https://github.com/SonarSource/docker-sonarqube
|
||||
- https://github.com/SonarSource/sonarqube
|
||||
type: application
|
||||
version: 2026.2.1
|
||||
Reference in New Issue
Block a user