fix(nextcloud): fix too strict validation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user