⬆️ Update Vikunja group

| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| docker     | vikunja/api      | 0.20.2 | 0.20.4 |
| docker     | vikunja/frontend | 0.20.3 | 0.20.5 |
This commit is contained in:
feisar-bot
2023-03-12 10:18:08 +00:00
committed by auricom
parent 4464521feb
commit c471887f92

View File

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