Bump outline version
This commit is contained in:
parent
3a0ace71a6
commit
66c3fc0441
@ -65,17 +65,17 @@ spec:
|
||||
- containerPort: 6379
|
||||
name: redis
|
||||
- name: outline
|
||||
image: outlinewiki/outline:0.60.3
|
||||
image: outlinewiki/outline:0.61.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
# command:
|
||||
# - sh
|
||||
# - -c
|
||||
# - |
|
||||
# sleep 10
|
||||
# yarn db:migrate --env=production-ssl-disabled
|
||||
# echo "Done"
|
||||
# sleep 300
|
||||
# exit 1
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- |
|
||||
sleep 10
|
||||
yarn db:migrate --env=production-ssl-disabled
|
||||
echo "Done"
|
||||
sleep 300
|
||||
exit 1
|
||||
env:
|
||||
- name: PGSSLMODE
|
||||
value: disable
|
||||
|
Loading…
Reference in New Issue
Block a user