From 3b98ed52a06ff9de9bfc644cf05731e7a643e547 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 2 Jul 2021 21:33:23 +0200 Subject: [PATCH] fix pvcname fuckup for nextcloud --- charts/develop/nextcloud/Chart.yaml | 2 +- charts/develop/nextcloud/SCALE/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/develop/nextcloud/Chart.yaml b/charts/develop/nextcloud/Chart.yaml index 3998672a247..f97b3bb9800 100644 --- a/charts/develop/nextcloud/Chart.yaml +++ b/charts/develop/nextcloud/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 1.0.1 +version: 1.0.2 diff --git a/charts/develop/nextcloud/SCALE/questions.yaml b/charts/develop/nextcloud/SCALE/questions.yaml index 58039815ff1..450218912fd 100644 --- a/charts/develop/nextcloud/SCALE/questions.yaml +++ b/charts/develop/nextcloud/SCALE/questions.yaml @@ -454,7 +454,7 @@ questions: description: "Forces a certain name for the PVC" schema: type: string - default: "db" + default: "redismaster" hidden: true - variable: type label: "(Advanced) Type of Storage"