From d426cb6155e36c332a5031a0ab3506d10199441c Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 23 Jun 2022 09:13:51 +0300 Subject: [PATCH] fix(librephotos, vikunja): fix rediscreds not found (#2952) * fix(vikunja): fix * ? * try again * try * fix(librephotos): fix missing rediscreds * revert scalar --- charts/stable/librephotos/templates/common.yaml | 4 +--- charts/stable/vikunja/templates/common.yaml | 4 +--- charts/stable/vikunja/values.yaml | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/charts/stable/librephotos/templates/common.yaml b/charts/stable/librephotos/templates/common.yaml index 6c6067c70d4..5a4ed6ffe60 100644 --- a/charts/stable/librephotos/templates/common.yaml +++ b/charts/stable/librephotos/templates/common.yaml @@ -1,5 +1,3 @@ -{{- include "tc.common.loader.init" . }} +{{ include "tc.common.loader.all" . }} {{- include "librephotos.secrets" . }} - -{{ include "tc.common.loader.apply" . }} diff --git a/charts/stable/vikunja/templates/common.yaml b/charts/stable/vikunja/templates/common.yaml index 0c4c67c3f4e..e1966c5d121 100644 --- a/charts/stable/vikunja/templates/common.yaml +++ b/charts/stable/vikunja/templates/common.yaml @@ -1,5 +1,3 @@ -{{- include "tc.common.loader.init" . }} +{{ include "tc.common.loader.all" . }} {{- include "vikunja.secrets" . }} - -{{ include "tc.common.loader.apply" . }} diff --git a/charts/stable/vikunja/values.yaml b/charts/stable/vikunja/values.yaml index cdea70a4cc1..c5200779cad 100644 --- a/charts/stable/vikunja/values.yaml +++ b/charts/stable/vikunja/values.yaml @@ -27,11 +27,9 @@ configmap: nginx-config: |- server { listen 8080; - location / { proxy_pass http://localhost:80; } - location ~* ^/(api|dav|\.well-known)/ { proxy_pass http://localhost:3456; client_max_body_size {{ .Values.env.VIKUNJA_FILES_MAXSIZE | upper | trimSuffix "B" }};