⬆️ Update Vikunja group

| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| docker     | vikunja/api      | 0.20.1 | 0.20.2 |
| docker     | vikunja/frontend | 0.20.2 | 0.20.3 |
This commit is contained in:
feisar-bot
2023-01-24 17:16:20 +00:00
committed by auricom
parent e6f08d859f
commit d662453480

View File

@@ -89,7 +89,7 @@ spec:
additionalContainers:
api:
name: api
image: vikunja/api:0.20.1
image: vikunja/api:0.20.2
imagePullPolicy: IfNotPresent
env:
- name: VIKUNJA_SERVICE_JWTSECRET
@@ -119,5 +119,5 @@ spec:
subPath: Vikunja.yaml
frontend:
name: frontend
image: vikunja/frontend:0.20.2
image: vikunja/frontend:0.20.3
imagePullPolicy: IfNotPresent