From 7086062151a1afc1d5e88d48af3f54b0ae505c4f Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:41:34 +0200 Subject: [PATCH] photoprism: change min uid and gid (#2290) --- library/ix-dev/charts/photoprism/Chart.yaml | 2 +- library/ix-dev/charts/photoprism/questions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/ix-dev/charts/photoprism/Chart.yaml b/library/ix-dev/charts/photoprism/Chart.yaml index 1fed9cd528..a1ff4c2849 100644 --- a/library/ix-dev/charts/photoprism/Chart.yaml +++ b/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' diff --git a/library/ix-dev/charts/photoprism/questions.yaml b/library/ix-dev/charts/photoprism/questions.yaml index 5be0282090..0775eef420 100644 --- a/library/ix-dev/charts/photoprism/questions.yaml +++ b/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