⬆️ Update Vikunja group to 0.21.0

| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| docker     | vikunja/api      | 0.20.4 | 0.21.0 |
| docker     | vikunja/frontend | 0.20.5 | 0.21.0 |
This commit is contained in:
feisar-bot
2023-07-07 12:37:22 +00:00
committed by auricom
parent 0db5bafef4
commit ba6cc34b26

View File

@@ -89,7 +89,7 @@ spec:
additionalContainers: additionalContainers:
api: api:
name: api name: api
image: vikunja/api:0.20.4 image: vikunja/api:0.21.0
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.5 image: vikunja/frontend:0.21.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent