fix(vikunja, librephotos): revert previous fix and apply a new (#2968)
This commit is contained in:
parent
f049045e44
commit
6f2e7bd98c
|
@ -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
|
||||
|
|
|
@ -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" . }}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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" . }}
|
||||
|
|
Loading…
Reference in New Issue