From 7677e529ce72f946b11d395e95b2cb030895b915 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 7 Dec 2024 07:19:46 +0000 Subject: [PATCH] Update grist Signed-off-by: Marcus Noble --- manifests/grist/grist.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifests/grist/grist.yaml b/manifests/grist/grist.yaml index 99a6753..bcca1f9 100644 --- a/manifests/grist/grist.yaml +++ b/manifests/grist/grist.yaml @@ -72,7 +72,7 @@ spec: serviceAccountName: grist containers: - name: grist - image: gristlabs/grist-oss:1.1.18 + image: gristlabs/grist-oss:1.3.0 imagePullPolicy: IfNotPresent ports: - name: http @@ -103,6 +103,12 @@ spec: value: "false" - name: GRIST_FORCE_LOGIN value: "true" + - name: GRIST_SANDBOX_FLAVOR + value: gvisor + securityContext: + capabilities: + add: + - SYS_PTRACE envFrom: - secretRef: name: grist