소스 검색

colabora: adjust password regex and message (#2533)

Stavros Kois 1 년 전
부모
커밋
98f0ca0f37
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      library/ix-dev/charts/collabora/Chart.yaml
  2. 2 2
      library/ix-dev/charts/collabora/questions.yaml

+ 1 - 1
library/ix-dev/charts/collabora/Chart.yaml

@@ -4,7 +4,7 @@ description: Collabora is a collaborative online office suite based on LibreOffi
 annotations:
   title: Collabora
 type: application
-version: 2.0.15
+version: 2.0.16
 apiVersion: v2
 appVersion: 24.04.3.1.1
 kubeVersion: '>=1.16.0-0'

+ 2 - 2
library/ix-dev/charts/collabora/questions.yaml

@@ -60,13 +60,13 @@ questions:
             private: true
             required: true
             show_if: [[enableWebUI, "=", true]]
-            valid_chars: "^[a-zA-Z0-9!@#%^&*?]{8,}$|^$"
+            valid_chars: "^[a-zA-Z0-9!@#$%^&*?]{8,}$|^$"
             valid_chars_error: |
               Password must be at least 8 characters long and contain at least one of the following:</br>
               - Uppercase letter</br>
               - Lowercase letter</br>
               - Number</br>
-              - Special character</br>
+              - Special character (!@#$%^&*?)</br>
         - variable: serverName
           label: Server Name
           description: The server name for Collabora.