Sfoglia il codice sorgente

unifi: update label/description (#2339)

Stavros Kois 1 anno fa
parent
commit
a817e168a5

+ 2 - 2
library/ix-dev/community/unifi-controller/Chart.yaml

@@ -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/

+ 3 - 3
library/ix-dev/community/unifi-controller/questions.yaml

@@ -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>