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

photoprism: change min uid and gid (#2290)

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

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

@@ -3,7 +3,7 @@ description: AI-powered app for browsing, organizing & sharing your photo collec
 annotations:
   title: PhotoPrism
 type: application
-version: 2.0.3
+version: 2.0.4
 apiVersion: v2
 appVersion: '231128'
 kubeVersion: '>=1.16.0-0'

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

@@ -88,7 +88,7 @@ questions:
           description: The user id that Photoprism files will be owned by.
           schema:
             type: int
-            min: 568
+            min: 2
             default: 568
             required: true
         - variable: group
@@ -96,7 +96,7 @@ questions:
           description: The group id that Photoprism files will be owned by.
           schema:
             type: int
-            min: 568
+            min: 2
             default: 568
             required: true