[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:
corico44
2022-12-20 17:29:32 +01:00
committed by GitHub
parent 3dbec1f23d
commit 91fca11801
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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` |

View File

@@ -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: ""