diff --git a/apps/base/immich/kustomization.yaml b/apps/base/immich/kustomization.yaml
index 32217ed61d417cf3b003fd1a973da06e0d85d78c..fc6a886476fb3d1c08df3a518ac40ff5b17ee2de 100644
--- a/apps/base/immich/kustomization.yaml
+++ b/apps/base/immich/kustomization.yaml
@@ -14,7 +14,7 @@ images:
   - name: ghcr.io/immich-app/immich-machine-learning
     newTag: v1.131.2@sha256:29836cf73146057ac388546021fff3e00c923e22a28587cceb5108a5e537987d
   - name: ghcr.io/immich-app/immich-server
-    newTag: v1.132.1@sha256:71cb6d2a6587f6481ae22b1cd743c74f163acbf26ade4df890e4425bb1f2e891
+    newTag: v1.132.3@sha256:6680d88486251b0264a78a1934fe82eef875555aa6d84d703a0980328a5d5c31
 
 configMapGenerator:
   - name: immich-env
diff --git a/apps/base/immich/machine-learning/deployment.yaml b/apps/base/immich/machine-learning/deployment.yaml
index 8a66a5baf5c2b720dd34b58c4e7f7ab172b99ba5..df1f38a06bbe9e3c80630f1c9f5b5f0713d8957e 100644
--- a/apps/base/immich/machine-learning/deployment.yaml
+++ b/apps/base/immich/machine-learning/deployment.yaml
@@ -21,7 +21,7 @@ spec:
       enableServiceLinks: false
       containers:
         - name: machine-learning
-          image: ghcr.io/immich-app/immich-machine-learning:release@sha256:48fc9c8315a00e1856cb9dff1db626ec8c7f1e424d60a6002c7f04ce94fdfa9a
+          image: ghcr.io/immich-app/immich-machine-learning:release@sha256:f45063889794008cfc02fcf9d359b55fe37d1f8ebaf89653c89e1dd0e876eb7d
           envFrom:
             - configMapRef:
                 name: immich-env
diff --git a/apps/base/immich/microservices/deployment.yaml b/apps/base/immich/microservices/deployment.yaml
index ee85662a327621506a973c9214202ade47efe97b..78a71e978e09170719cb2715e53e42fccd38282b 100644
--- a/apps/base/immich/microservices/deployment.yaml
+++ b/apps/base/immich/microservices/deployment.yaml
@@ -21,7 +21,7 @@ spec:
       enableServiceLinks: false
       containers:
         - name: microservices
-          image: ghcr.io/immich-app/immich-server:release@sha256:71cb6d2a6587f6481ae22b1cd743c74f163acbf26ade4df890e4425bb1f2e891
+          image: ghcr.io/immich-app/immich-server:release@sha256:6680d88486251b0264a78a1934fe82eef875555aa6d84d703a0980328a5d5c31
           imagePullPolicy: IfNotPresent
           env:
             - name: CPU_CORES
diff --git a/apps/base/immich/monitoring-integrity/cronjob.yaml b/apps/base/immich/monitoring-integrity/cronjob.yaml
index 0caf4164c38f7b9b3be0ab85a59ca574a5b24fac..9c5d156fc6593ba1532ddf8bc55e243171cb8ac9 100644
--- a/apps/base/immich/monitoring-integrity/cronjob.yaml
+++ b/apps/base/immich/monitoring-integrity/cronjob.yaml
@@ -24,7 +24,7 @@ spec:
           restartPolicy: Never
           containers:
             - name: server
-              image: ghcr.io/immich-app/immich-server:release@sha256:71cb6d2a6587f6481ae22b1cd743c74f163acbf26ade4df890e4425bb1f2e891
+              image: ghcr.io/immich-app/immich-server:release@sha256:6680d88486251b0264a78a1934fe82eef875555aa6d84d703a0980328a5d5c31
               imagePullPolicy: IfNotPresent
               env:
                 - name: INTEGRITY_FILE_REPOSITORY
diff --git a/apps/base/immich/server/deployment.yaml b/apps/base/immich/server/deployment.yaml
index 76743fdcce92f149f4bce334af31608025290211..3107626e3c989d613f7a797325f76e45427caa11 100644
--- a/apps/base/immich/server/deployment.yaml
+++ b/apps/base/immich/server/deployment.yaml
@@ -18,7 +18,7 @@ spec:
       enableServiceLinks: false
       containers:
         - name: server
-          image: ghcr.io/immich-app/immich-server:release@sha256:71cb6d2a6587f6481ae22b1cd743c74f163acbf26ade4df890e4425bb1f2e891
+          image: ghcr.io/immich-app/immich-server:release@sha256:6680d88486251b0264a78a1934fe82eef875555aa6d84d703a0980328a5d5c31
           imagePullPolicy: IfNotPresent
           env:
             - name: CPU_CORES