Quellcode durchsuchen

Move photoprism ix dev (#1047)

* move photoprism to ix-dev

* update lock

* whitespace

* indent lists
Stavros Kois vor 2 Jahren
Ursprung
Commit
db042e7203

+ 0 - 6
charts/photoprism/1.0.12/Chart.lock

@@ -1,6 +0,0 @@
-dependencies:
-- name: common
-  repository: file://../../../library/common/2207.0.0
-  version: 2207.0.0
-digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506
-generated: "2022-07-25T00:20:47.96354528+05:00"

+ 0 - 13
charts/photoprism/1.0.12/Chart.yaml

@@ -1,13 +0,0 @@
-apiVersion: v2
-appVersion: '221118'
-dependencies:
-- name: common
-  repository: file://../../../library/common/2207.0.0
-  version: 2207.0.0
-description: AI-powered app for browsing, organizing & sharing your photo collection.
-home: https://photoprism.app/
-icon: https://photoprism.app/static/icons/logo.svg
-keywords:
-- media
-name: photoprism
-version: 1.0.12

BIN
charts/photoprism/1.0.12/charts/common-2207.0.0.tgz


+ 0 - 0
charts/photoprism/.helmignore → library/ix-dev/charts/photoprism/.helmignore


+ 6 - 0
library/ix-dev/charts/photoprism/Chart.lock

@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+  repository: file://../../../common/2207.0.0
+  version: 2207.0.0
+digest: sha256:a301ba0f99ec1e08a60a7f0a0320aa02d225993572f2f056f09520f06df88b37
+generated: "2023-03-21T17:05:56.774934685Z"

+ 23 - 0
library/ix-dev/charts/photoprism/Chart.yaml

@@ -0,0 +1,23 @@
+name: photoprism
+description: AI-powered app for browsing, organizing & sharing your photo collection.
+annotations:
+  title: PhotoPrism
+type: application
+version: 1.0.13
+apiVersion: v2
+appVersion: '221118'
+kubeVersion: '>=1.16.0-0'
+maintainers:
+  - name: truenas
+    url: https://www.truenas.com/
+dependencies:
+  - name: common
+    repository: file://../../../common/2207.0.0
+    version: 2207.0.0
+home: https://photoprism.app/
+icon: https://photoprism.app/static/icons/logo.svg
+sources:
+  - https://photoprism.app/
+  - https://github.com/truenas/charts/tree/master/library/ix-dev/charts/photoprism
+keywords:
+  - media

+ 0 - 0
charts/photoprism/1.0.12/README.md → library/ix-dev/charts/photoprism/README.md


+ 0 - 0
charts/photoprism/1.0.12/app-readme.md → library/ix-dev/charts/photoprism/app-readme.md


BIN
library/ix-dev/charts/photoprism/charts/common-2207.0.0.tgz


+ 0 - 4
charts/photoprism/1.0.12/test_values.yaml → library/ix-dev/charts/photoprism/ci/test-values.yaml

@@ -13,10 +13,6 @@ dnsConfig:
 emptyDirVolumes: true
 environmentVariables: []
 extraAppVolumeMounts: []
-image:
-  pullPolicy: IfNotPresent
-  repository: photoprism/photoprism
-  tag: 221118-jammy
 ownerGID: 568
 ownerUID: 568
 password: admin123

+ 0 - 0
charts/photoprism/item.yaml → library/ix-dev/charts/photoprism/item.yaml


+ 0 - 0
charts/photoprism/1.0.12/questions.yaml → library/ix-dev/charts/photoprism/questions.yaml


+ 27 - 0
charts/photoprism/1.0.12/templates/deployment.yaml → library/ix-dev/charts/photoprism/templates/deployment.yaml

@@ -40,6 +40,33 @@ spec:
           ports:
             - name: web
               containerPort: 2342
+          readinessProbe:
+            httpGet:
+              path: /
+              port: 2342
+            initialDelaySeconds: 10
+            periodSeconds: 10
+            timeoutSeconds: 5
+            failureThreshold: 5
+            successThreshold: 2
+          livenessProbe:
+            httpGet:
+              path: /
+              port: 2342
+            initialDelaySeconds: 10
+            periodSeconds: 10
+            timeoutSeconds: 5
+            failureThreshold: 5
+            successThreshold: 1
+          startupProbe:
+            httpGet:
+              path: /
+              port: 2342
+            initialDelaySeconds: 10
+            periodSeconds: 5
+            timeoutSeconds: 2
+            failureThreshold: 60
+            successThreshold: 1
           env:
             {{ $secretName := (include "common.names.fullname" .) }}
             {{ $envList := (default list .Values.environmentVariables) }}

+ 0 - 0
charts/photoprism/1.0.12/templates/pre-install-job.yaml → library/ix-dev/charts/photoprism/templates/pre-install-job.yaml


+ 0 - 0
charts/photoprism/1.0.12/templates/secret.yaml → library/ix-dev/charts/photoprism/templates/secret.yaml


+ 0 - 0
charts/photoprism/1.0.12/templates/service.yaml → library/ix-dev/charts/photoprism/templates/service.yaml


+ 0 - 0
charts/photoprism/1.0.12/templates/tests/deployment-check.yaml → library/ix-dev/charts/photoprism/templates/tests/deployment-check.yaml


+ 0 - 0
charts/photoprism/upgrade_info.json → library/ix-dev/charts/photoprism/upgrade_info.json


+ 0 - 0
charts/photoprism/upgrade_strategy → library/ix-dev/charts/photoprism/upgrade_strategy


+ 0 - 0
charts/photoprism/1.0.12/ix_values.yaml → library/ix-dev/charts/photoprism/values.yaml