@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
annotations:
title: Nextcloud
type: application
-version: 2.0.5
+version: 2.0.6
apiVersion: v2
appVersion: 29.0.0
kubeVersion: '>=1.16.0-0'
@@ -10,6 +10,9 @@
{{/* Fetch secrets from pre-migration secret */}}
{{- with (lookup "v1" "Secret" .Release.Namespace "db-details") -}}
{{- $dbUser = ((index .data "db-user") | b64dec) -}}
+ {{- if contains "\\x" (printf "%q" $dbUser) -}}
+ {{- $dbUser = (index .data "db-user") -}}
+ {{- end -}}
{{- $dbPass = ((index .data "db-password") | b64dec) -}}
{{- end -}}
@@ -3,9 +3,9 @@ description: WG-Easy is the easiest way to install & manage WireGuard!
title: WG Easy
-version: 2.0.17
+version: 2.0.18
-appVersion: '12'
+appVersion: '13'
maintainers:
- name: truenas
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/wg-easy/wg-easy
- tag: '12'
+ tag: '13'
resources:
limits:
@@ -3,9 +3,9 @@ description: Dashy is a self-hostable personal dashboard built for you.
title: Dashy
-version: 2.0.1
+version: 2.0.2
-appVersion: 3.0.1
+appVersion: 3.1.0
repository: lissy93/dashy
- tag: 3.0.1
+ tag: 3.1.0
@@ -4,9 +4,9 @@ description: Immich is a self-hosted photo and video backup solution directly fr
title: Immich
-version: 3.0.22
+version: 3.0.23
-appVersion: 1.103.1
+appVersion: 1.104.0
@@ -1,22 +1,22 @@
repository: altran1502/immich-server
- tag: v1.103.1
+ tag: v1.104.0
mlImage:
repository: altran1502/immich-machine-learning
mlCudaImage:
- tag: v1.103.1-cuda
+ tag: v1.104.0-cuda
mlOpenvinoImage:
- tag: v1.103.1-openvino
+ tag: v1.104.0-openvino
pgvectorImage:
repository: tensorchord/pgvecto-rs
@@ -4,9 +4,9 @@ description: Jellyfin is a Free Software Media System that puts you in control o
title: Jellyfin
-version: 1.2.9
+version: 1.2.10
-appVersion: 10.9.0
+appVersion: 10.9.1