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.
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: draupnir
|
- name: draupnir
|
||||||
image: gnuxie/draupnir:v2.9.0
|
image: gnuxie/draupnir:v3.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: healthz
|
- name: healthz
|
||||||
|
|||||||
Reference in New Issue
Block a user