fix(vikunja, librephotos): revert previous fix and apply a new (#2968)

This commit is contained in:
Stavros Kois 2022-06-23 22:54:59 +03:00 committed by GitHub
parent f049045e44
commit 6f2e7bd98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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" . }}

View File

@ -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

View File

@ -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" . }}