From 5e16719bfe79c898a93e92bedd69606a06c4c5fb Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Wed, 29 Jul 2026 12:00:00 +0000 Subject: [PATCH] fix: pin Draupnir to v3.1.0 instead of v2.9.0 initialManager's automatic management-room creation (no manual room setup needed) only works on v3.1.0+ - v2.9.0 crashed on first startup trying to join a room that was never created. --- apps/production/draupnir.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/production/draupnir.yaml b/apps/production/draupnir.yaml index b2c254c..be797c8 100644 --- a/apps/production/draupnir.yaml +++ b/apps/production/draupnir.yaml @@ -19,7 +19,7 @@ spec: fsGroup: 1000 containers: - name: draupnir - image: gnuxie/draupnir:v2.9.0 + image: gnuxie/draupnir:v3.1.0 imagePullPolicy: IfNotPresent ports: - name: healthz