Update grist
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
bdc526e95f
commit
7677e529ce
@ -72,7 +72,7 @@ spec:
|
|||||||
serviceAccountName: grist
|
serviceAccountName: grist
|
||||||
containers:
|
containers:
|
||||||
- name: grist
|
- name: grist
|
||||||
image: gristlabs/grist-oss:1.1.18
|
image: gristlabs/grist-oss:1.3.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@ -103,6 +103,12 @@ spec:
|
|||||||
value: "false"
|
value: "false"
|
||||||
- name: GRIST_FORCE_LOGIN
|
- name: GRIST_FORCE_LOGIN
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: GRIST_SANDBOX_FLAVOR
|
||||||
|
value: gvisor
|
||||||
|
securityContext:
|
||||||
|
capabilities:
|
||||||
|
add:
|
||||||
|
- SYS_PTRACE
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: grist
|
name: grist
|
||||||
|
Loading…
Reference in New Issue
Block a user