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