unifi: update label/description (#2339)

This commit is contained in:
Stavros Kois
2024-04-05 14:18:15 +03:00
committed by GitHub
parent e594704788
commit a817e168a5
2 changed files with 5 additions and 5 deletions

View File

@@ -3,10 +3,10 @@ description: Unifi Controller is a network management controller for Unifi Equip
annotations:
title: Unifi Controller
type: application
version: 1.3.6
version: 1.3.7
apiVersion: v2
appVersion: 8.1.113
kubeVersion: '>=1.16.0-0'
kubeVersion: ">=1.16.0-0"
maintainers:
- name: truenas
url: https://www.truenas.com/

View File

@@ -74,8 +74,8 @@ questions:
max: 65535
required: true
- variable: enableWebHttp
label: Enable Web HTTP
description: Enable HTTP for the Unifi Controller Web UI.
label: Enable Web HTTP / Inform Port
description: Enable HTTP for the Unifi Controller Inform Port.
schema:
type: boolean
default: false
@@ -391,7 +391,7 @@ questions:
schema:
type: string
max_length: 12
valid_chars: '^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$'
valid_chars: "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$"
valid_chars_error: |
Valid Memory limit formats are</br>
- Suffixed with E/P/T/G/M/K - eg. 1G</br>