[bitnami/sonarqube] Remove unicode characters (#25549)

This commit is contained in:
Juan Ariza Toledano
2024-05-06 11:44:44 +02:00
committed by GitHub
parent adb080cb65
commit f49bd28890
3 changed files with 23 additions and 23 deletions

View File

@@ -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

View File

@@ -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 users real name. | `cn` |
| `ldap.user.emailAttribute` | Attribute in LDAP defining the users 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 groups 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 | `""` |

View File

@@ -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 users real name.
## @param ldap.user.emailAttribute Attribute in LDAP defining the users 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 groups real name.
## @param ldap.group.idAttribute Attribute in LDAP defining the group's real name.
##
group:
baseDn: ""