From 41f212af9908cab5f5f5aea0253917d4b6b050de Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 26 Oct 2021 11:04:33 +0200 Subject: [PATCH] fix(postgresql): fix migration scripting for new major --- charts/stable/postgresql/Chart.yaml | 2 +- charts/stable/postgresql/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"