From 6f2e7bd98c0cc776977a661d2794bdddc3c509c6 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 23 Jun 2022 22:54:59 +0300 Subject: [PATCH] fix(vikunja, librephotos): revert previous fix and apply a new (#2968) --- charts/stable/librephotos/Chart.yaml | 2 +- charts/stable/librephotos/templates/common.yaml | 6 ++++-- charts/stable/vikunja/Chart.yaml | 2 +- charts/stable/vikunja/templates/common.yaml | 6 ++++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/charts/stable/librephotos/Chart.yaml b/charts/stable/librephotos/Chart.yaml index fc1d047ffec..97e8e9d61e7 100644 --- a/charts/stable/librephotos/Chart.yaml +++ b/charts/stable/librephotos/Chart.yaml @@ -27,7 +27,7 @@ name: librephotos sources: - https://github.com/LibrePhotos/librephotos - https://hub.docker.com/r/reallibrephotos/librephotos -version: 4.0.7 +version: 4.0.8 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/librephotos/templates/common.yaml b/charts/stable/librephotos/templates/common.yaml index 5a4ed6ffe60..22112560b0d 100644 --- a/charts/stable/librephotos/templates/common.yaml +++ b/charts/stable/librephotos/templates/common.yaml @@ -1,3 +1,5 @@ -{{ include "tc.common.loader.all" . }} +{{- include "tc.common.loader.init" . }} -{{- include "librephotos.secrets" . }} +{{ include "librephotos.secrets" . }} + +{{ include "tc.common.loader.apply" . }} diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 35d42a1408f..672dcfe8aa1 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -25,7 +25,7 @@ maintainers: name: vikunja sources: - https://vikunja.io/docs -version: 3.0.7 +version: 3.0.8 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/vikunja/templates/common.yaml b/charts/stable/vikunja/templates/common.yaml index e1966c5d121..c0f4269ca5d 100644 --- a/charts/stable/vikunja/templates/common.yaml +++ b/charts/stable/vikunja/templates/common.yaml @@ -1,3 +1,5 @@ -{{ include "tc.common.loader.all" . }} +{{- include "tc.common.loader.init" . }} -{{- include "vikunja.secrets" . }} +{{ include "vikunja.secrets" . }} + +{{ include "tc.common.loader.apply" . }}