From ef94aae653c7018705471c59235c26cf6df7c936 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 16 Nov 2021 16:37:35 +0100 Subject: [PATCH] fix(postgresql): correct mistake in VCT --- charts/dependency/postgresql/Chart.yaml | 2 +- charts/dependency/postgresql/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"