From 964b1b9cfb43b5c64cd083708fe9efdb2c93d1eb Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 24 Apr 2023 08:35:10 +0100 Subject: [PATCH] Bumped outline Signed-off-by: Marcus Noble --- manifests/outline/outline.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index cb6be29..7a06753 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -45,20 +45,15 @@ spec: spec: containers: - name: outline - image: outlinewiki/outline:0.68.1 + image: outlinewiki/outline:0.69.0 imagePullPolicy: IfNotPresent - command: - - sh - - -c - - | - sleep 10 - yarn db:migrate --env=production-ssl-disabled - yarn start env: - name: ALLOWED_DOMAINS value: marcusnoble.co.uk,namelessplanet.com,paradoxfox.shop - name: OIDC_SCOPES value: "openid profile email" + - name: PGSSLMODE + value: "disable" ports: - containerPort: 3000 name: web