From d11f922d03e4a71ee7c3ef633e7c140797f168a5 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 26 Oct 2021 23:21:16 +0200 Subject: [PATCH] fix(postgresql): correct group permissions on SCALE deployments of postgresql --- charts/stable/postgresql/Chart.yaml | 2 +- charts/stable/postgresql/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/postgresql/Chart.yaml b/charts/stable/postgresql/Chart.yaml index dae5ce1af0c..a48f5c82806 100644 --- a/charts/stable/postgresql/Chart.yaml +++ b/charts/stable/postgresql/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 5.1.3 +version: 5.1.4 annotations: truecharts.org/catagories: | - database diff --git a/charts/stable/postgresql/questions.yaml b/charts/stable/postgresql/questions.yaml index f46290b7127..76e853da217 100644 --- a/charts/stable/postgresql/questions.yaml +++ b/charts/stable/postgresql/questions.yaml @@ -605,7 +605,7 @@ questions: description: The groupID this App of the user running the application" schema: type: int - default: 568 + default: 0 - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage."