From c2a336574d65454bef80530ba1dcd9717118a902 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:48:44 +0300 Subject: [PATCH] fix(nextcloud): also apply the php var fix to UI (#3319) --- charts/stable/nextcloud/Chart.yaml | 2 +- charts/stable/nextcloud/questions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 94c9e9b87a9..4893be8218a 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -38,7 +38,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 15.2.30 +version: 15.2.31 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/nextcloud/questions.yaml b/charts/stable/nextcloud/questions.yaml index ccc02b463da..f690ba70c01 100644 --- a/charts/stable/nextcloud/questions.yaml +++ b/charts/stable/nextcloud/questions.yaml @@ -109,8 +109,8 @@ questions: schema: type: string default: "172.16.0.0/16 127.0.0.1" - - variable: PHP_INI_MEMORY_LIMIT - label: "PHP_INI_MEMORY_LIMIT" + - variable: PHP_MEMORY_LIMIT + label: "PHP_MEMORY_LIMIT" description: "Sets php memory_limit setting" schema: type: string