Переглянути джерело

npm: allow using 0 as uid/gid (#2489)

Stavros Kois 1 рік тому
батько
коміт
e7ef3e431c

+ 1 - 1
library/ix-dev/community/nginx-proxy-manager/Chart.yaml

@@ -3,7 +3,7 @@ description: Expose your services easily and securely
 annotations:
   title: Nginx Proxy Manager
 type: application
-version: 1.0.30
+version: 1.0.31
 apiVersion: v2
 appVersion: 2.11.2
 kubeVersion: '>=1.16.0-0'

+ 2 - 2
library/ix-dev/community/nginx-proxy-manager/questions.yaml

@@ -70,7 +70,7 @@ questions:
           description: The user id that Nginx Proxy Manager files will be owned by.
           schema:
             type: int
-            min: 2
+            min: 0
             default: 568
             required: true
         - variable: group
@@ -78,7 +78,7 @@ questions:
           description: The group id that Nginx Proxy Manager files will be owned by.
           schema:
             type: int
-            min: 2
+            min: 0
             default: 568
             required: true