diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 6a3c9080539..893ee41ec47 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -25,7 +25,7 @@ name: photoprism sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism - https://github.com/photoprism/photoprism -version: 15.0.0 +version: 16.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoprism/questions.yaml b/charts/stable/photoprism/questions.yaml index ffc497bdaa1..965593d5e49 100644 --- a/charts/stable/photoprism/questions.yaml +++ b/charts/stable/photoprism/questions.yaml @@ -26,18 +26,6 @@ questions: required: true private: true default: "" - - variable: PHOTOPRISM_ORIGINALS_PATH - label: "PHOTOPRISM_ORIGINALS_PATH" - description: "Photoprism originals path" - schema: - type: string - default: "/photoprism/originals" - - variable: PHOTOPRISM_IMPORT_PATH - label: "PHOTOPRISM_IMPORT_PATH" - description: "Photoprism import path" - schema: - type: string - default: "/photoprism/import" - variable: PHOTOPRISM_PUBLIC label: "PHOTOPRISM_PUBLIC" description: "Disable authentication / password protection" @@ -85,6 +73,22 @@ questions: additional_attrs: true type: dict attrs: +# Include{persistenceBasic} + - variable: originals + label: "Photoprism Originals" + description: "Stores the Photoprism Originals." + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} + - variable: import + label: "Photoprism Import" + description: "Location of the Photoprism Imports." + schema: + additional_attrs: true + type: dict + attrs: # Include{persistenceBasic} # Include{persistenceList} # Include{ingressRoot} diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index 44ce95c7b30..6f49f547c9d 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -16,6 +16,12 @@ persistence: enabled: true mountPath: "/photoprism_temp" type: emptyDir + originals: + enabled: true + mountPath: "/photoprism/originals" + import: + enabled: true + mountPath: "/photoprism/import" mariadb: enabled: true mariadbUsername: photoprism