From b3b069f1767fe5097660bbb5eb256e09cce9fb3d Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 13 Jul 2021 18:19:58 +0300 Subject: [PATCH] Photoprism defaults (#689) --- charts/incubator/photoprism/Chart.yaml | 2 +- charts/incubator/photoprism/SCALE/questions.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/incubator/photoprism/Chart.yaml b/charts/incubator/photoprism/Chart.yaml index 6006b58c29d..19176b1fa49 100644 --- a/charts/incubator/photoprism/Chart.yaml +++ b/charts/incubator/photoprism/Chart.yaml @@ -22,4 +22,4 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 1.2.0 +version: 1.2.1 diff --git a/charts/incubator/photoprism/SCALE/questions.yaml b/charts/incubator/photoprism/SCALE/questions.yaml index 47d9ad2c266..05b64091639 100644 --- a/charts/incubator/photoprism/SCALE/questions.yaml +++ b/charts/incubator/photoprism/SCALE/questions.yaml @@ -120,16 +120,16 @@ questions: description: "Photoprism storage path" schema: type: string - default: "002" + default: "/photoprism/storage" - variable: PHOTOPRISM_ORIGINALS_PATH label: "PHOTOPRISM_ORIGINALS_PATH" description: "Photoprism originals path" schema: type: string - default: "002" + default: "/photoprism/originals" - variable: PHOTOPRISM_ADMIN_PASSWORD label: "PHOTOPRISM_ADMIN_PASSWORD" - description: " Initial admin password. **BE SURE TO CHANGE THIS!**" + description: "Initial admin password. **BE SURE TO CHANGE THIS!**" schema: type: string required: true @@ -138,8 +138,8 @@ questions: label: "PHOTOPRISM_PUBLIC" description: "Disable authentication / password protection" schema: - type: string - default: "002" + type: boolean + default: false # Configure Enviroment Variables - variable: envList label: "Image environment"