Upgrade outline
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
02ec582bd9
commit
a14d7bf5bf
@ -65,13 +65,17 @@ spec:
|
|||||||
- containerPort: 6379
|
- containerPort: 6379
|
||||||
name: redis
|
name: redis
|
||||||
- name: outline
|
- name: outline
|
||||||
image: outlinewiki/outline:0.59.0
|
image: outlinewiki/outline:0.60.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
# command:
|
# command:
|
||||||
# - sh
|
# - sh
|
||||||
# - -c
|
# - -c
|
||||||
# - |
|
# - |
|
||||||
# sleep 10 && yarn sequelize db:migrate --env=production-ssl-disabled && yarn build && yarn start
|
# sleep 10
|
||||||
|
# yarn db:migrate --env=production-ssl-disabled
|
||||||
|
# echo "Done"
|
||||||
|
# sleep 300
|
||||||
|
# exit 1
|
||||||
env:
|
env:
|
||||||
- name: PGSSLMODE
|
- name: PGSSLMODE
|
||||||
value: disable
|
value: disable
|
||||||
|
Loading…
Reference in New Issue
Block a user