Hello,
I've recently updated the images to use v1.118.2, as well as the Helm chart to use 0.8.2, however this results in the server never starting up.
Logs from one of the server instances:
Initializing Immich v1.118.2
Detected CPU Cores: 4
Starting api worker
Starting microservices worker
[Nest] 7 - 10/23/2024, 4:22:51 PM LOG [Microservices:EventRepository] Initialized websocket server
[Nest] 17 - 10/23/2024, 4:22:51 PM LOG [Api:EventRepository] Initialized websocket server
[Nest] 7 - 10/23/2024, 4:23:14 PM LOG [Microservices:MapRepository] Initializing metadata repository
However, even after 10 minutes of waiting, the startup probe keeps failing as the server never starts:
Startup probe failed: Get "http://10.42.2.70:2283/api/server/ping": dial tcp 10.42.2.70:2283: connect: connection refused
Both, PostgreSQL and Redis instances are working fine and there seems to be no issues in their logs.
.