From 648960aa44738beb9e23785e66978ae2d4ac27a4 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 6 Jul 2025 19:24:03 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(oci/immich-server):=20update=20v1?= =?UTF-8?q?.135.1=20=E2=9E=BC=20v1.135.2=20(#2818)"=20(#2904)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8c61610aef5b0cb35839d6e329da0fc4c0af77d1. --- kube/deploy/apps/immich/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/immich/app/hr.yaml b/kube/deploy/apps/immich/app/hr.yaml index 7bfb60bd..893554cc 100644 --- a/kube/deploy/apps/immich/app/hr.yaml +++ b/kube/deploy/apps/immich/app/hr.yaml @@ -38,7 +38,7 @@ spec: main: image: &img repository: ghcr.io/immich-app/immich-server - tag: v1.135.2@sha256:4579a3501be09afc2cfeb6ebb09994daaf60aabdbbf1aaf818569299348f1eb0 + tag: v1.135.1@sha256:346ff2c420e9fe71140392a2270bf5a7d29e50fd9615d1981de4a8e564f3c0a2 command: &cmd ["tini", "--", "node", "/usr/src/app/dist/main"] env: &env TZ: "${CONFIG_TZ}"