diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index 7026056699..2cf880072a 100644 --- a/stable/sonarqube/Chart.yaml +++ b/stable/sonarqube/Chart.yaml @@ -1,6 +1,6 @@ name: sonarqube description: Sonarqube is an open sourced code quality scanning tool -version: 0.14.0 +version: 0.14.1 appVersion: 7.6 keywords: - coverage diff --git a/stable/sonarqube/README.md b/stable/sonarqube/README.md index fde78b6233..c7e2afffd2 100644 --- a/stable/sonarqube/README.md +++ b/stable/sonarqube/README.md @@ -55,6 +55,7 @@ The following table lists the configurable parameters of the Sonarqube chart and | `service.loadBalancerSourceRanges` | Kubernetes service LB Allowed inbound IP addresses | 0.0.0.0/0 | | `service.loadBalancerIP` | Kubernetes service LB Optional fixed external IP | None | | `persistence.enabled` | Flag for enabling persistent storage | false | +| `persistence.existingClaim` | Do not create a new PVC but use this one | None | | `persistence.storageClass` | Storage class to be used | "-" | | `persistence.accessMode` | Volumes access mode to be set | `ReadWriteOnce` | | `persistence.size` | Size of the volume | None | diff --git a/stable/sonarqube/values.yaml b/stable/sonarqube/values.yaml index 4bbfece514..172fe894ca 100755 --- a/stable/sonarqube/values.yaml +++ b/stable/sonarqube/values.yaml @@ -90,6 +90,10 @@ resources: {} # memory: 128Mi persistence: enabled: false + ## Specify an existing volume claim instead of creating a new one. + ## When using this option all following options like storageClass, accessMode and size are ignored. + # existingClaim: + ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning ## If undefined (the default) or set to null, no storageClassName spec is