mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/sonarqube] bump version to 7.6 (#11384)
* [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>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
49cb72055d
commit
1680784e60
@@ -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
|
||||
|
||||
@@ -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) |
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user