mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 16:17:21 +08:00
[bitnami/sonarqube] Undo postgresql persistence enabled value (#14050)
* [bitnami/sonarqube] Fix postgresql persistence enabled value Signed-off-by: Cori Avila <amisericordi@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Cori Avila <amisericordi@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -28,4 +28,4 @@ name: sonarqube
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/sonarqube
|
||||
- https://github.com/SonarSource/sonarqube
|
||||
version: 2.0.4
|
||||
version: 2.0.5
|
||||
|
||||
@@ -317,7 +317,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `postgresql.auth.username` | Username to create when deploying the PostgreSQL chart | `bn_sonarqube` |
|
||||
| `postgresql.auth.database` | Database to create when deploying the PostgreSQL chart | `bitnami_sonarqube` |
|
||||
| `postgresql.service.ports.postgresql` | PostgreSQL service port | `5432` |
|
||||
| `postgresql.persistence.enabled` | Use PVCs when deploying the PostgreSQL chart | `false` |
|
||||
| `postgresql.persistence.enabled` | Use PVCs when deploying the PostgreSQL chart | `true` |
|
||||
| `postgresql.persistence.existingClaim` | Use an existing PVC when deploying the PostgreSQL chart | `""` |
|
||||
| `postgresql.persistence.storageClass` | storageClass of the created PVCs | `""` |
|
||||
| `postgresql.persistence.accessMode` | Access mode of the created PVCs | `ReadWriteOnce` |
|
||||
|
||||
@@ -913,7 +913,7 @@ postgresql:
|
||||
persistence:
|
||||
## @param postgresql.persistence.enabled Use PVCs when deploying the PostgreSQL chart
|
||||
##
|
||||
enabled: false
|
||||
enabled: true
|
||||
## @param postgresql.persistence.existingClaim Use an existing PVC when deploying the PostgreSQL chart
|
||||
##
|
||||
existingClaim: ""
|
||||
|
||||
Reference in New Issue
Block a user