diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 6044564..7766636 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -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 diff --git a/charts/sonarqube/README.md b/charts/sonarqube/README.md index 39438c9..9ca7c20 100644 --- a/charts/sonarqube/README.md +++ b/charts/sonarqube/README.md @@ -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` | diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index 333f5a9..a39a9e0 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -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