mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/sonarqube] Documentation example update (#3390)
* [stable/sonarqube] Documentation example update This is just a tiny documentation update based on some things I noticed during initial install of the chart. * Updated README to accurately reflect `values.yaml` entries * Added entry to README for `sonarProperties` value * Added a commented example for including a custom `sonarProperties` entry in `values.yaml` * [stable/sonarqube] Patch version bump Bumping patch version based on documentation changes
This commit is contained in:
committed by
k8s-ci-robot
parent
7d5a3ff4b1
commit
a8e277fa17
@@ -1,6 +1,6 @@
|
||||
name: sonarqube
|
||||
description: Sonarqube is an open sourced code quality scanning tool
|
||||
version: 0.3.4
|
||||
version: 0.3.5
|
||||
appVersion: 6.5
|
||||
keywords:
|
||||
- coverage
|
||||
|
||||
@@ -39,14 +39,15 @@ The following table lists the configurable parameters of the Sonarqube chart and
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------------------------ | ---------------------------------- | -------------------------------------------|
|
||||
| `imageTag` | `sonarqube` image tag. | 6.5 |
|
||||
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.tag` | `sonarqube` image tag. | 6.5 |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `ingress.enabled` | Flag for enabling ingress | false |
|
||||
| `service.type` | Kubernetes service type | `LoadBalancer` |
|
||||
| `persistence.enabled` | Flag for enabling persistent storage| false |
|
||||
| `persistence.storageClass` | Storage class to be used | "-" |
|
||||
| `persistence.accessMode` | Volumes access mode to be set | `ReadWriteOnce` |
|
||||
| `persistence.size` | Size of the volume | `10Gi` |
|
||||
| `persistence.size` | Size of the volume | `10Gi` |
|
||||
| `sonarProperties` | Custom `sonar.properties` file | None |
|
||||
| `postgresql.postgresUser` | Postgresql database user | `sonarUser` |
|
||||
| `postgresql.postgresPassword` | Postgresql database password | `sonarPass` |
|
||||
| `postgresql.postgresDatabase` | Postgresql database name | `sonarDB` |
|
||||
|
||||
@@ -67,6 +67,13 @@ persistence:
|
||||
plugins:
|
||||
install: []
|
||||
|
||||
# A custom sonar.properties file can be provided using a multiline YAML string.
|
||||
# For example:
|
||||
# sonarProperties: |
|
||||
# sonar.forceAuthentication=true
|
||||
# sonar.security.realm=LDAP
|
||||
# ldap.url=ldaps://organization.com
|
||||
|
||||
## Configuration values for the postgresql dependency
|
||||
## ref: https://github.com/kubernetes/charts/blob/master/stable/postgressql/README.md
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user