diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 87f27b6bf8b..6178b357a49 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 13.0.12 +version: 13.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoprism/questions.yaml b/charts/stable/photoprism/questions.yaml index 634e5b1b73c..9814374c626 100644 --- a/charts/stable/photoprism/questions.yaml +++ b/charts/stable/photoprism/questions.yaml @@ -22,7 +22,7 @@ questions: type: string required: true private: true - default: "REPLACETHIS" + default: "" - variable: env group: "App Configuration" label: "Image Environment" @@ -84,6 +84,14 @@ questions: additional_attrs: true type: dict attrs: +# Include{persistenceBasic} + - variable: temp + label: "App Temp Files" + description: "Stores the Application Temp Files." + 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 62f5d931d67..419e663c13f 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -13,7 +13,7 @@ env: HOME: "/photoprism" PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals" PHOTOPRISM_IMPORT_PATH: "/photoprism/import" - PHOTOPRISM_TEMP_PATH: "/photoprism/temp" + PHOTOPRISM_TEMP_PATH: "/photoprism_temp" PHOTOPRISM_STORAGE_PATH: "/assets/storage" PHOTOPRISM_SIDECAR_PATH: "/assets/sidecar" PHOTOPRISM_CACHE_PATH: "/assets/cache" @@ -48,7 +48,7 @@ persistence: mountPath: "/assets" temp: enabled: true - mountPath: "/photoprism/temp" + mountPath: "/photoprism_temp" type: emptyDir mariadb: