From a817e168a5d7babc82d3af4ed10ef092a882cd9b Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:18:15 +0300 Subject: [PATCH] unifi: update label/description (#2339) --- library/ix-dev/community/unifi-controller/Chart.yaml | 4 ++-- library/ix-dev/community/unifi-controller/questions.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library/ix-dev/community/unifi-controller/Chart.yaml b/library/ix-dev/community/unifi-controller/Chart.yaml index a5d0cc6718..d88e6713b1 100644 --- a/library/ix-dev/community/unifi-controller/Chart.yaml +++ b/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/ diff --git a/library/ix-dev/community/unifi-controller/questions.yaml b/library/ix-dev/community/unifi-controller/questions.yaml index 8cdc4d92d8..480cb37ac6 100644 --- a/library/ix-dev/community/unifi-controller/questions.yaml +++ b/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
- Suffixed with E/P/T/G/M/K - eg. 1G