Jelajahi Sumber

Publish new changes in catalog

sonicaj 1 tahun lalu
induk
melakukan
f266f2e2c3

+ 0 - 0
charts/photoprism/1.1.1/.helmignore → charts/photoprism/1.1.2/.helmignore


+ 0 - 0
charts/photoprism/1.1.1/Chart.lock → charts/photoprism/1.1.2/Chart.lock


+ 1 - 1
charts/photoprism/1.1.1/Chart.yaml → charts/photoprism/1.1.2/Chart.yaml

@@ -3,7 +3,7 @@ description: AI-powered app for browsing, organizing & sharing your photo collec
 annotations:
   title: PhotoPrism
 type: application
-version: 1.1.1
+version: 1.1.2
 apiVersion: v2
 appVersion: '231128'
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
charts/photoprism/1.1.1/README.md → charts/photoprism/1.1.2/README.md


+ 0 - 0
charts/photoprism/1.1.1/app-readme.md → charts/photoprism/1.1.2/app-readme.md


+ 0 - 0
charts/photoprism/1.1.1/charts/common-2304.0.1.tgz → charts/photoprism/1.1.2/charts/common-2304.0.1.tgz


+ 0 - 0
charts/photoprism/1.1.1/ci/test-values.yaml → charts/photoprism/1.1.2/ci/test-values.yaml


+ 0 - 0
charts/photoprism/1.1.1/ix_values.yaml → charts/photoprism/1.1.2/ix_values.yaml


+ 0 - 0
charts/photoprism/1.1.1/metadata.yaml → charts/photoprism/1.1.2/metadata.yaml


+ 12 - 0
charts/photoprism/1.1.1/questions.yaml → charts/photoprism/1.1.2/questions.yaml

@@ -159,6 +159,12 @@ questions:
                   hidden: true
                   editable: true
                   default: "/photoprism/originals"
+              - variable: readOnly
+                label: "Read Only"
+                description: "Mount volume as read only"
+                schema:
+                  type: boolean
+                  default: false
               - variable: hostPathEnabled
                 label: "Enable Custom Host Path for Photo Prism Original Storage Volume"
                 schema:
@@ -260,6 +266,12 @@ questions:
                 schema:
                   type: path
                   required: true
+              - variable: readOnly
+                label: "Read Only"
+                description: "Mount volume as read only"
+                schema:
+                  type: boolean
+                  default: false
               - variable: hostPath
                 label: "Host Path"
                 description: "Host path"

+ 1 - 0
charts/photoprism/1.1.1/templates/deployment.yaml → charts/photoprism/1.1.2/templates/deployment.yaml

@@ -43,6 +43,7 @@ spec:
           {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
             - name: extrappvolume-{{ $index }}
               mountPath: {{ $hostPathConfiguration.mountPath }}
+              readOnly: {{ $hostPathConfiguration.readOnly | default false }}
           {{ end }}
           ports:
             - name: web

+ 0 - 0
charts/photoprism/1.1.1/templates/pre-install-job.yaml → charts/photoprism/1.1.2/templates/pre-install-job.yaml


+ 0 - 0
charts/photoprism/1.1.1/templates/secret.yaml → charts/photoprism/1.1.2/templates/secret.yaml


+ 0 - 0
charts/photoprism/1.1.1/templates/service.yaml → charts/photoprism/1.1.2/templates/service.yaml


+ 0 - 0
charts/photoprism/1.1.1/templates/tests/deployment-check.yaml → charts/photoprism/1.1.2/templates/tests/deployment-check.yaml