diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index 7fe9d6baeb..cd9ecdddbe 100644 --- a/stable/sonarqube/Chart.yaml +++ b/stable/sonarqube/Chart.yaml @@ -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 diff --git a/stable/sonarqube/README.md b/stable/sonarqube/README.md index feed4552a3..6f473f0f14 100644 --- a/stable/sonarqube/README.md +++ b/stable/sonarqube/README.md @@ -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 | `[]` |