mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
unifi: update label/description (#2339)
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user