From 1680784e602d95af05de6b4bcb87bef5ece19128 Mon Sep 17 00:00:00 2001 From: Jannis Oeltjen Date: Thu, 14 Feb 2019 15:38:30 +0100 Subject: [PATCH] [stable/sonarqube] bump version to 7.6 (#11384) * [stable/sonarqube] bump version to 7.6 Signed-off-by: Jannis Oeltjen * [stable/sonarqube] bump version in readme Signed-off-by: Jannis Oeltjen --- stable/sonarqube/Chart.yaml | 4 ++-- stable/sonarqube/README.md | 2 +- stable/sonarqube/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index 4b5f7758c688..34ec7181398c 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 88f46680a426..eed19ad192c0 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 6b9c76700790..c3415bef7b8c 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