Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #334 from Peytrap/sonarqube-8.9.7
Browse files Browse the repository at this point in the history
(chore) Update sonarqube to 8.9.7
  • Loading branch information
rjkernick authored Feb 11, 2022
2 parents 0e2a95c + 86765ea commit 2bdc3cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.10.0
appVersion: 8.9.6-community
version: 9.10.1
appVersion: 8.9.7-community
keywords:
- coverage
- security
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| `OpenShift.enabled` | Define if this deployment is for OpenShift | `false` |
| `OpenShift.createSCC` | If this deployment is for OpenShift, define if SCC should be created for sonarqube pod | `true` |
| `image.repository` | image repository | `sonarqube` |
| `image.tag` | `sonarqube` image tag. | `8.5.1-community` |
| `image.tag` | `sonarqube` image tag. | `8.9.7-community` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecret` | imagePullSecret to use for private repository (commented out) | `my-repo-secret` |
| `securityContext.fsGroup` | Group applied to mounted directories/files | `1000` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OpenShift:

image:
repository: sonarqube
tag: 8.9.6-community
tag: 8.9.7-community
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down

0 comments on commit 2bdc3cf

Please sign in to comment.