diff --git a/charts/stable/postgresql/Chart.yaml b/charts/stable/postgresql/Chart.yaml index 7e23b633d7a..98ffb486351 100644 --- a/charts/stable/postgresql/Chart.yaml +++ b/charts/stable/postgresql/Chart.yaml @@ -25,7 +25,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 5.0.0 +version: 4.1.0 annotations: truecharts.org/catagories: | - database diff --git a/charts/stable/postgresql/values.yaml b/charts/stable/postgresql/values.yaml index f1e0daaa5c3..b9700ba7132 100644 --- a/charts/stable/postgresql/values.yaml +++ b/charts/stable/postgresql/values.yaml @@ -46,13 +46,13 @@ podSecurityContext: persistence: db: enabled: true - mountPath: "/bitnami/postgresql/old" + mountPath: "/bitnami/postgresql" type: pvc accessMode: ReadWriteOnce size: "999Gi" data: enabled: true - mountPath: "/bitnami/postgresql" + mountPath: "/bitnami/postgresql/old" type: pvc accessMode: ReadWriteOnce size: "999Gi"