fix readme in sonarqube (#5273)

This commit is contained in:
cheyang
2018-04-27 06:43:18 -07:00
committed by k8s-ci-robot
parent 9f325d6721
commit 29ebab5675
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: sonarqube
description: Sonarqube is an open sourced code quality scanning tool
version: 0.5.2
version: 0.5.3
appVersion: 6.7.3
keywords:
- coverage
+2 -1
View File
@@ -39,6 +39,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| Parameter | Description | Default |
| ------------------------------------------ | ---------------------------------------- | -------------------------------------------|
| `image.repository` | image repoistory | `sonarqube` |
| `image.tag` | `sonarqube` image tag. | 6.5 |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `ingress.enabled` | Flag for enabling ingress | false |
@@ -56,7 +57,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| `postgresql.postgresDatabase` | Postgresql database name | `sonarDB` |
| `postgresql.service.port` | Postgresql port | `5432` |
| `resources` | Sonarqube Pod resource requests & limits | `{}` |
| `affintiy` | Node / Pod affinities | `{}` |
| `affinity` | Node / Pod affinities | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `tolerations` | List of node taints to tolerate | `[]` |
| `plugins.install` | List of plugins to install | `[]` |