Bumped outline

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-04-24 08:35:10 +01:00
parent d8f0aedf50
commit 964b1b9cfb
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 3 additions and 8 deletions

View File

@ -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