fix(nextcloud): fix too strict validation

This commit is contained in:
Stavros Kois
2023-07-22 20:42:46 +03:00
committed by GitHub
parent 20df915347
commit 3c1c2f40cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 21.0.19
version: 21.0.20
annotations:
truecharts.org/catagories: |
- cloud
+1 -1
View File
@@ -180,7 +180,7 @@ questions:
label: Max Allowed Resolution
schema:
type: string
valid_chars: '^[0-9]{3}(\.[0-9]{2})?$'
valid_chars: '^[0-9]{1,5}(\.[0-9]{1,2})?$'
show_if: [["imaginary", "=", true]]
required: true
default: "18.0"