fix(nextcloud): also apply the php var fix to UI (#3319)

This commit is contained in:
Stavros Kois
2022-07-27 09:48:44 +00:00
committed by GitHub
parent e1cd8fea87
commit c2a336574d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
type: application type: application
version: 15.2.30 version: 15.2.31
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- cloud - cloud
+2 -2
View File
@@ -109,8 +109,8 @@ questions:
schema: schema:
type: string type: string
default: "172.16.0.0/16 127.0.0.1" default: "172.16.0.0/16 127.0.0.1"
- variable: PHP_INI_MEMORY_LIMIT - variable: PHP_MEMORY_LIMIT
label: "PHP_INI_MEMORY_LIMIT" label: "PHP_MEMORY_LIMIT"
description: "Sets php memory_limit setting" description: "Sets php memory_limit setting"
schema: schema:
type: string type: string