diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index d502a66ab5e..bfdda47016c 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/postgresql/values.yaml b/charts/dependency/postgresql/values.yaml index 25a53cb1731..8f586f6afe0 100644 --- a/charts/dependency/postgresql/values.yaml +++ b/charts/dependency/postgresql/values.yaml @@ -41,7 +41,7 @@ enableUpgradeBackup: false podSecurityContext: runAsGroup: 0 -persistence: +volumeClaimTemplates: db: enabled: true mountPath: "/bitnami/postgresql"