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