From f37b78b8d5ad5f5306975b46ffa95477ae5fde3b Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Fri, 11 Nov 2022 20:58:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Vikunja=20group?= =?UTF-8?q?=20to=200.20.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | 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 | --- cluster/apps/web-tools/vikunja/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/web-tools/vikunja/helm-release.yaml b/cluster/apps/web-tools/vikunja/helm-release.yaml index 4e822c964..75e2beec9 100644 --- a/cluster/apps/web-tools/vikunja/helm-release.yaml +++ b/cluster/apps/web-tools/vikunja/helm-release.yaml @@ -86,7 +86,7 @@ spec: additionalContainers: api: name: api - image: vikunja/api:0.20.0 + image: vikunja/api:0.20.1 imagePullPolicy: IfNotPresent env: - name: VIKUNJA_SERVICE_JWTSECRET @@ -116,5 +116,5 @@ spec: subPath: Vikunja.yaml frontend: name: frontend - image: vikunja/frontend:0.20.0 + image: vikunja/frontend:0.20.1 imagePullPolicy: IfNotPresent