photoprism: change min uid and gid (#2290)

This commit is contained in:
Stavros Kois
2024-03-19 14:41:34 +02:00
committed by GitHub
parent 6aeb9a0f3a
commit 7086062151
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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'
@@ -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