Bump wallabag

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-11-12 10:20:48 +00:00
parent 73808d4039
commit b51a92f72e
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: db-init
image: "wallabag/wallabag:2.5.0"
image: "wallabag/wallabag:2.5.2"
imagePullPolicy: IfNotPresent
envFrom:
- secretRef:
@ -66,10 +66,10 @@ spec:
value: "en"
- name: "TZ"
value: "UTC"
command:
- /var/www/wallabag/bin/console
- wallabag:install
- --env=prod
command:
- /var/www/wallabag/bin/console
- wallabag:install
- --env=prod
- --no-interaction
---
@ -95,7 +95,7 @@ spec:
spec:
containers:
- name: wallabag
image: "wallabag/wallabag:2.5.0"
image: "wallabag/wallabag:2.5.2"
imagePullPolicy: IfNotPresent
envFrom:
- secretRef: