mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/sonarqube] Remove unicode characters (#25549)
This commit is contained in:
committed by
GitHub
parent
adb080cb65
commit
f49bd28890
@@ -14,27 +14,27 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 10.4.1
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: SonarQube(TM) is an open source quality management platform that analyzes and measures code's technical quality. It enables developers to detect code issues, vulnerabilities, and bugs in early stages.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/sonarqube/img/sonarqube-stack-220x234.png
|
||||
keywords:
|
||||
- sonarqube
|
||||
- code-quality
|
||||
- code-review
|
||||
- static-analysis
|
||||
- sonarqube
|
||||
- code-quality
|
||||
- code-review
|
||||
- static-analysis
|
||||
maintainers:
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: sonarqube
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/sonarqube
|
||||
version: 5.0.2
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/sonarqube
|
||||
version: 5.0.3
|
||||
|
||||
@@ -290,11 +290,11 @@ As an alternative, this chart supports using an initContainer to change the owne
|
||||
| `ldap.followReferrals` | Follow referrals or not | `true` |
|
||||
| `ldap.user.baseDn` | Distinguished Name (DN) of the root node in LDAP from which to search for users. | `""` |
|
||||
| `ldap.user.request` | LDAP user request. | `(&(objectClass=inetOrgPerson)(uid={login}))` |
|
||||
| `ldap.user.realNameAttribute` | in LDAP defining the user’s real name. | `cn` |
|
||||
| `ldap.user.emailAttribute` | Attribute in LDAP defining the user’s email. | `mail` |
|
||||
| `ldap.user.realNameAttribute` | in LDAP defining the user's real name. | `cn` |
|
||||
| `ldap.user.emailAttribute` | Attribute in LDAP defining the user's email. | `mail` |
|
||||
| `ldap.group.baseDn` | Distinguished Name (DN) of the root node in LDAP from which to search for groups. | `""` |
|
||||
| `ldap.group.request` | LDAP group request. | `(&(objectClass=groupOfUniqueNames)(uniqueMember={dn}))` |
|
||||
| `ldap.group.idAttribute` | Attribute in LDAP defining the group’s real name. | `cn` |
|
||||
| `ldap.group.idAttribute` | Attribute in LDAP defining the group's real name. | `cn` |
|
||||
| `smtpHost` | SMTP server host | `""` |
|
||||
| `smtpPort` | SMTP server port | `""` |
|
||||
| `smtpUser` | SMTP username | `""` |
|
||||
|
||||
@@ -185,8 +185,8 @@ ldap:
|
||||
## User Mapping
|
||||
## @param ldap.user.baseDn Distinguished Name (DN) of the root node in LDAP from which to search for users.
|
||||
## @param ldap.user.request LDAP user request.
|
||||
## @param ldap.user.realNameAttribute in LDAP defining the user’s real name.
|
||||
## @param ldap.user.emailAttribute Attribute in LDAP defining the user’s email.
|
||||
## @param ldap.user.realNameAttribute in LDAP defining the user's real name.
|
||||
## @param ldap.user.emailAttribute Attribute in LDAP defining the user's email.
|
||||
##
|
||||
user:
|
||||
baseDn: ""
|
||||
@@ -196,7 +196,7 @@ ldap:
|
||||
## Group Mapping
|
||||
## @param ldap.group.baseDn Distinguished Name (DN) of the root node in LDAP from which to search for groups.
|
||||
## @param ldap.group.request LDAP group request.
|
||||
## @param ldap.group.idAttribute Attribute in LDAP defining the group’s real name.
|
||||
## @param ldap.group.idAttribute Attribute in LDAP defining the group's real name.
|
||||
##
|
||||
group:
|
||||
baseDn: ""
|
||||
|
||||
Reference in New Issue
Block a user