瀏覽代碼

Publish new changes in catalog

sonicaj 10 月之前
父節點
當前提交
d3d32c739a

+ 0 - 0
community/immich/4.0.19/Chart.lock → community/immich/4.0.20/Chart.lock


+ 1 - 1
community/immich/4.0.19/Chart.yaml → community/immich/4.0.20/Chart.yaml

@@ -4,7 +4,7 @@ description: Immich is a self-hosted photo and video backup solution directly fr
 annotations:
   title: Immich
 type: application
-version: 4.0.19
+version: 4.0.20
 apiVersion: v2
 appVersion: 1.117.0
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
community/immich/4.0.19/README.md → community/immich/4.0.20/README.md


+ 0 - 0
community/immich/4.0.19/app-readme.md → community/immich/4.0.20/app-readme.md


+ 0 - 0
community/immich/4.0.19/charts/common-1.2.9.tgz → community/immich/4.0.20/charts/common-1.2.9.tgz


+ 0 - 0
community/immich/4.0.19/ci/basic-values.yaml → community/immich/4.0.20/ci/basic-values.yaml


+ 0 - 0
community/immich/4.0.19/ci/extra-values.yaml → community/immich/4.0.20/ci/extra-values.yaml


+ 0 - 0
community/immich/4.0.19/ci/no-extra-values.yaml → community/immich/4.0.20/ci/no-extra-values.yaml


+ 0 - 0
community/immich/4.0.19/ci/no-ml-values.yaml → community/immich/4.0.20/ci/no-ml-values.yaml


+ 6 - 6
community/immich/4.0.19/ix_values.yaml → community/immich/4.0.20/ix_values.yaml

@@ -1,22 +1,22 @@
 image:
   repository: altran1502/immich-server
   pullPolicy: IfNotPresent
-  tag: v1.117.0
+  tag: v1.118.2
 
 mlImage:
   repository: altran1502/immich-machine-learning
   pullPolicy: IfNotPresent
-  tag: v1.117.0
+  tag: v1.118.2
 
 mlCudaImage:
   repository: altran1502/immich-machine-learning
   pullPolicy: IfNotPresent
-  tag: v1.117.0-cuda
+  tag: v1.118.2-cuda
 
 mlOpenvinoImage:
   repository: altran1502/immich-machine-learning
   pullPolicy: IfNotPresent
-  tag: v1.117.0-openvino
+  tag: v1.118.2-openvino
 
 pgvectorImage:
   repository: tensorchord/pgvecto-rs
@@ -31,11 +31,11 @@ resources:
 immichGPU: {}
 
 immichConfig:
-  publicLoginMessage: ''
+  publicLoginMessage: ""
   enableML: true
   mlImageType: mlImage
   logLevel: log
-  huggingFaceEndpoint: ''
+  huggingFaceEndpoint: ""
 
 immichNetwork:
   webuiPort: 30041

+ 0 - 0
community/immich/4.0.19/metadata.yaml → community/immich/4.0.20/metadata.yaml


+ 0 - 0
community/immich/4.0.19/migrations/migrate → community/immich/4.0.20/migrations/migrate


+ 0 - 0
community/immich/4.0.19/questions.yaml → community/immich/4.0.20/questions.yaml


+ 0 - 0
community/immich/4.0.19/templates/NOTES.txt → community/immich/4.0.20/templates/NOTES.txt


+ 0 - 0
community/immich/4.0.19/templates/_configuration.tpl → community/immich/4.0.20/templates/_configuration.tpl


+ 1 - 1
community/immich/4.0.19/templates/_immich-machinelearning.tpl → community/immich/4.0.20/templates/_immich-machinelearning.tpl

@@ -1,6 +1,6 @@
 {{- define "immich.machinelearning.workload" -}}
 {{- $fullname := (include "ix.v1.common.lib.chart.names.fullname" $) -}}
-{{- $url := printf "http://%v:%v/api/server-info/ping" $fullname .Values.immichNetwork.webuiPort -}}
+{{- $url := printf "http://%v:%v/api/server/ping" $fullname .Values.immichNetwork.webuiPort -}}
 {{- $img := "mlImage" -}}
 {{- with .Values.immichConfig.mlImageType -}}
   {{- $img = . -}}

+ 3 - 3
community/immich/4.0.19/templates/_immich-server.tpl → community/immich/4.0.20/templates/_immich-server.tpl

@@ -26,17 +26,17 @@ workload:
             liveness:
               enabled: true
               type: http
-              path: /api/server-info/ping
+              path: /api/server/ping
               port: {{ .Values.immichNetwork.webuiPort }}
             readiness:
               enabled: true
               type: http
-              path: /api/server-info/ping
+              path: /api/server/ping
               port: {{ .Values.immichNetwork.webuiPort }}
             startup:
               enabled: true
               type: http
-              path: /api/server-info/ping
+              path: /api/server/ping
               port: {{ .Values.immichNetwork.webuiPort }}
       initContainers:
       {{- include "ix.v1.common.app.postgresWait" (dict "name" "postgres-wait"

+ 0 - 0
community/immich/4.0.19/templates/_persistence.tpl → community/immich/4.0.20/templates/_persistence.tpl


+ 0 - 0
community/immich/4.0.19/templates/_portal.tpl → community/immich/4.0.20/templates/_portal.tpl


+ 0 - 0
community/immich/4.0.19/templates/_postgres.tpl → community/immich/4.0.20/templates/_postgres.tpl


+ 0 - 0
community/immich/4.0.19/templates/_redis.tpl → community/immich/4.0.20/templates/_redis.tpl


+ 0 - 0
community/immich/4.0.19/templates/_service.tpl → community/immich/4.0.20/templates/_service.tpl


+ 0 - 0
community/immich/4.0.19/templates/_waitURL.tpl → community/immich/4.0.20/templates/_waitURL.tpl


+ 0 - 0
community/immich/4.0.19/templates/common.yaml → community/immich/4.0.20/templates/common.yaml