Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-06-23 20:07:13 +00:00
parent f7be496620
commit bdbef8e3bd
30 changed files with 16 additions and 18 deletions

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="librephotos-4.0.8"></a>
### [librephotos-4.0.8](https://github.com/truecharts/apps/compare/librephotos-4.0.7...librephotos-4.0.8) (2022-06-23)
<a name="librephotos-4.0.7"></a>
### [librephotos-4.0.7](https://github.com/truecharts/apps/compare/librephotos-4.0.6...librephotos-4.0.7) (2022-06-22)
@ -92,8 +97,3 @@
#### Refactor
* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
<a name="librephotos-3.0.0"></a>

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.truecharts.org
version: 3.0.15
digest: sha256:8355a3c5cce9df6d62c3827d33cce4097bb654482b022c8417b9a5d6563746ae
generated: "2022-06-23T02:03:15.097675267Z"
generated: "2022-06-23T19:57:08.358524589Z"

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,5 +1,5 @@
{{- include "tc.common.loader.init" . }}
{{- include "librephotos.secrets" . }}
{{ include "librephotos.secrets" . }}
{{ include "tc.common.loader.apply" . }}

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="vikunja-3.0.8"></a>
### [vikunja-3.0.8](https://github.com/truecharts/apps/compare/vikunja-3.0.7...vikunja-3.0.8) (2022-06-23)
<a name="vikunja-3.0.7"></a>
### [vikunja-3.0.7](https://github.com/truecharts/apps/compare/vikunja-3.0.6...vikunja-3.0.7) (2022-06-22)
@ -92,8 +97,3 @@
#### Refactor
* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
<a name="vikunja-2.0.0"></a>

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.truecharts.org
version: 3.0.15
digest: sha256:8355a3c5cce9df6d62c3827d33cce4097bb654482b022c8417b9a5d6563746ae
generated: "2022-06-23T01:03:14.096054136Z"
generated: "2022-06-23T19:57:08.404744136Z"

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

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

View File

@ -1,5 +1,5 @@
{{- include "tc.common.loader.init" . }}
{{- include "vikunja.secrets" . }}
{{ include "vikunja.secrets" . }}
{{ include "tc.common.loader.apply" . }}