From 91fca1180126322b3d9ddc748ebe48de53f139fe Mon Sep 17 00:00:00 2001 From: corico44 <42420333+corico44@users.noreply.github.com> Date: Tue, 20 Dec 2022 17:29:32 +0100 Subject: [PATCH] [bitnami/sonarqube] Undo postgresql persistence enabled value (#14050) * [bitnami/sonarqube] Fix postgresql persistence enabled value Signed-off-by: Cori Avila * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Cori Avila Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/sonarqube/Chart.yaml | 2 +- bitnami/sonarqube/README.md | 2 +- bitnami/sonarqube/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/sonarqube/Chart.yaml b/bitnami/sonarqube/Chart.yaml index a098d2278f..9bc5e73781 100644 --- a/bitnami/sonarqube/Chart.yaml +++ b/bitnami/sonarqube/Chart.yaml @@ -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 diff --git a/bitnami/sonarqube/README.md b/bitnami/sonarqube/README.md index dec61dce7b..1714f87f55 100644 --- a/bitnami/sonarqube/README.md +++ b/bitnami/sonarqube/README.md @@ -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` | diff --git a/bitnami/sonarqube/values.yaml b/bitnami/sonarqube/values.yaml index 042aae340d..5c32b9b648 100644 --- a/bitnami/sonarqube/values.yaml +++ b/bitnami/sonarqube/values.yaml @@ -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: ""