chore(deps): update immich to v1.41.1_64 (minor) (#6355)
* chore(deps): update immich to v1.41.1_64 * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> * healthcheck * disable ML on CI * hmm Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Stavros kois <s.kois@outlook.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros kois
Stavros Kois
parent
82279e9edc
commit
f21369eeed
@@ -26,7 +26,7 @@ name: immich
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
||||||
- https://github.com/immich-app/immich
|
- https://github.com/immich-app/immich
|
||||||
version: 4.0.29
|
version: 5.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ readinessProbe:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
grep -q entrypoint /proc/1/cmdline || exit 1
|
grep -q main.js /proc/1/cmdline || exit 1
|
||||||
initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }}
|
initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }}
|
||||||
timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }}
|
timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }}
|
||||||
periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }}
|
periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }}
|
||||||
@@ -41,7 +41,7 @@ livenessProbe:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
grep -q entrypoint /proc/1/cmdline || exit 1
|
grep -q main.js /proc/1/cmdline || exit 1
|
||||||
initialDelaySeconds: {{ .Values.probes.liveness.spec.initialDelaySeconds }}
|
initialDelaySeconds: {{ .Values.probes.liveness.spec.initialDelaySeconds }}
|
||||||
timeoutSeconds: {{ .Values.probes.liveness.spec.timeoutSeconds }}
|
timeoutSeconds: {{ .Values.probes.liveness.spec.timeoutSeconds }}
|
||||||
periodSeconds: {{ .Values.probes.liveness.spec.periodSeconds }}
|
periodSeconds: {{ .Values.probes.liveness.spec.periodSeconds }}
|
||||||
@@ -52,7 +52,7 @@ startupProbe:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
grep -q entrypoint /proc/1/cmdline || exit 1
|
grep -q main.js /proc/1/cmdline || exit 1
|
||||||
initialDelaySeconds: {{ .Values.probes.startup.spec.initialDelaySeconds }}
|
initialDelaySeconds: {{ .Values.probes.startup.spec.initialDelaySeconds }}
|
||||||
timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }}
|
timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }}
|
||||||
periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }}
|
periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }}
|
||||||
|
|||||||
@@ -1,21 +1,21 @@
|
|||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/immich-server
|
repository: tccr.io/truecharts/immich-server
|
||||||
tag: 1.41.1_64@sha256:c8e35c8393f11bf6a4c2a06a78fc4d0b82f21a47ed4efac8b4f9597a4b867e3a
|
tag: 1.41.1_64@sha256:e28a36ee635c6151f2c4de50aa7fee7d2eddd3b9d112bc6ea1551cb073bc8fbe
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
mlImage:
|
mlImage:
|
||||||
repository: tccr.io/truecharts/immich-ml
|
repository: tccr.io/truecharts/immich-ml
|
||||||
tag: 1.40.1_63@sha256:3d37159579cabb41ca2c9d870ac087b624f079f64200753d5bc99f0fcf6200f5
|
tag: 1.41.1_64@sha256:5b5acd62edd988e6eeb346bb496e559544996020ed75fc04309305344edb0032
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
webImage:
|
webImage:
|
||||||
repository: tccr.io/truecharts/immich-web
|
repository: tccr.io/truecharts/immich-web
|
||||||
tag: 1.41.1_64@sha256:36dd66dc9800f8248e9865badcc1732bf36f66088fdb95300c8d20610aa19141
|
tag: 1.41.1_64@sha256:6ae7c91f77702abbea207180980dba795693bc448dc093ca3ae9b5f68b06630d
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
proxyImage:
|
proxyImage:
|
||||||
repository: tccr.io/truecharts/immich-proxy
|
repository: tccr.io/truecharts/immich-proxy
|
||||||
tag: 1.41.1_64@sha256:c66e30059b003eabeebeb1a2b9dfb560a3b6b3693ac8dddc658687f56a532e0d
|
tag: 1.41.1_64@sha256:8f5c90ffdf09cc6952376988aee4449555a161458e3686a9b3ff1468df9dbf0f
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
command:
|
command:
|
||||||
|
|||||||
Reference in New Issue
Block a user