瀏覽代碼

photoprism: change min uid and gid (#2290)

Stavros Kois 1 年之前
父節點
當前提交
7086062151
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      library/ix-dev/charts/photoprism/Chart.yaml
  2. 2 2
      library/ix-dev/charts/photoprism/questions.yaml

+ 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