fix: pin Draupnir to v3.1.0 instead of v2.9.0
Auto-Deploy on Push / verify-and-notify (push) Canceled after 0s
Auto-Deploy on Push / verify-and-notify (push) Canceled after 0s
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
|
||||
containers:
|
||||
- name: draupnir
|
||||
image: gnuxie/draupnir:v2.9.0
|
||||
image: gnuxie/draupnir:v3.1.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: healthz
|
||||
|
||||
Reference in New Issue
Block a user