⬆️ Update image wallabag/wallabag to 2.6.6

| datasource | package           | from  | to    |
| ---------- | ----------------- | ----- | ----- |
| docker     | wallabag/wallabag | 2.6.5 | 2.6.6 |
This commit is contained in:
feisar-bot
2023-09-07 08:21:17 +00:00
committed by auricom
parent 0bb3974f60
commit 71395e0271

View File

@@ -38,7 +38,7 @@ spec:
- secretRef: - secretRef:
name: wallabag-secret name: wallabag-secret
02-init-migrate: 02-init-migrate:
image: wallabag/wallabag:2.6.5 image: wallabag/wallabag:2.6.6
envFrom: *envFrom envFrom: *envFrom
env: &env env: &env
SYMFONY__ENV__DATABASE_DRIVER: pdo_pgsql SYMFONY__ENV__DATABASE_DRIVER: pdo_pgsql
@@ -55,7 +55,7 @@ spec:
- --no-interaction - --no-interaction
image: image:
repository: wallabag/wallabag repository: wallabag/wallabag
tag: 2.6.5 tag: 2.6.6
envFrom: *envFrom envFrom: *envFrom
env: *env env: *env
enableServiceLinks: false enableServiceLinks: false