디렉토리 구조 및 각 서비스 추가
This commit is contained in:
56
helm/sonarqube/Chart.yaml
Normal file
56
helm/sonarqube/Chart.yaml
Normal file
@@ -0,0 +1,56 @@
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: "Upgrading SonarQube to 10.2.1"
|
||||
- kind: changed
|
||||
description: "Update Chart's version to 10.2.1"
|
||||
artifacthub.io/containsSecurityUpdates: "false"
|
||||
artifacthub.io/images: |
|
||||
- name: sonarqube
|
||||
image: sonarqube:10.2.1-community
|
||||
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
|
||||
apiVersion: v2
|
||||
appVersion: 10.2.1
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
|
||||
version: 10.15.0
|
||||
- condition: nginx.enabled
|
||||
name: ingress-nginx
|
||||
repository: https://kubernetes.github.io/ingress-nginx
|
||||
version: 4.7.1
|
||||
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/SonarQubeLogo.svg
|
||||
keywords:
|
||||
- coverage
|
||||
- security
|
||||
- code
|
||||
- quality
|
||||
kubeVersion: '>= 1.24.0-0'
|
||||
maintainers:
|
||||
- email: leo.geoffroy+helm@sonarsource.com
|
||||
name: leo-geoffroy-sonarsource
|
||||
- email: carmine.vassallo@sonarsource.com
|
||||
name: carminevassallo
|
||||
- email: jeremy.cotineau@sonarsource.com
|
||||
name: jCOTINEAU
|
||||
- email: davi.koscianski-vidal@sonarsource.com
|
||||
name: davividal
|
||||
name: sonarqube
|
||||
sources:
|
||||
- https://github.com/SonarSource/helm-chart-sonarqube
|
||||
- https://github.com/SonarSource/docker-sonarqube
|
||||
- https://github.com/SonarSource/sonarqube
|
||||
type: application
|
||||
version: 10.2.1+800
|
||||
Reference in New Issue
Block a user