⬆️ Update Vikunja group to 0.20.1

| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| docker     | vikunja/api      | 0.20.0 | 0.20.1 |
| docker     | vikunja/api      | 0.20.0 | 0.20.1 |
| docker     | vikunja/frontend | 0.20.0 | 0.20.1 |
| docker     | vikunja/frontend | 0.20.0 | 0.20.1 |
This commit is contained in:
feisar-bot
2022-11-11 20:58:41 +00:00
committed by auricom
parent 59a243b7d5
commit f37b78b8d5

View File

@@ -86,7 +86,7 @@ spec:
additionalContainers: additionalContainers:
api: api:
name: api name: api
image: vikunja/api:0.20.0 image: vikunja/api:0.20.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: VIKUNJA_SERVICE_JWTSECRET - name: VIKUNJA_SERVICE_JWTSECRET
@@ -116,5 +116,5 @@ spec:
subPath: Vikunja.yaml subPath: Vikunja.yaml
frontend: frontend:
name: frontend name: frontend
image: vikunja/frontend:0.20.0 image: vikunja/frontend:0.20.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent