diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index 4b5f7758c6..34ec718139 100644 --- a/stable/sonarqube/Chart.yaml +++ b/stable/sonarqube/Chart.yaml @@ -1,7 +1,7 @@ name: sonarqube description: Sonarqube is an open sourced code quality scanning tool -version: 0.13.4 -appVersion: 7.4 +version: 0.13.5 +appVersion: 7.6 keywords: - coverage - security diff --git a/stable/sonarqube/README.md b/stable/sonarqube/README.md index 88f46680a4..eed19ad192 100644 --- a/stable/sonarqube/README.md +++ b/stable/sonarqube/README.md @@ -40,7 +40,7 @@ The following table lists the configurable parameters of the Sonarqube chart and | Parameter | Description | Default | | ------------------------------------------ | ---------------------------------------- | -------------------------------------------| | `image.repository` | image repository | `sonarqube` | -| `image.tag` | `sonarqube` image tag. | 6.5 | +| `image.tag` | `sonarqube` image tag. | `7.6-community` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecret` | imagePullSecret to use for private repository | | | `command` | command to run in the container | `nil` (need to be set prior to 6.7.6, and 7.4) | diff --git a/stable/sonarqube/values.yaml b/stable/sonarqube/values.yaml index 6b9c767007..c3415bef7b 100755 --- a/stable/sonarqube/values.yaml +++ b/stable/sonarqube/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: sonarqube - tag: 7.4-community + tag: 7.6-community # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret