Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/sonarqube] bump version to 7.6 (#11384)
Browse files Browse the repository at this point in the history
* [stable/sonarqube] bump version to 7.6

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>

* [stable/sonarqube] bump version in readme

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
  • Loading branch information
jcoeltjen authored and k8s-ci-robot committed Feb 14, 2019
1 parent 49cb720 commit 1680784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion stable/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1680784

Please sign in to comment.