1 Commits

Author SHA1 Message Date
27a507d87b chore(deps): update postgres docker tag to v18 2025-12-21 02:14:03 +00:00
3 changed files with 4 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ spec:
tcpSocket:
port: 4822
- name: db
image: postgres:16-alpine
image: postgres:18-alpine
securityContext:
runAsUser: 70
runAsGroup: 70

View File

@@ -14,12 +14,11 @@ spec:
- CreateNamespace=true
sources:
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
# path: services/PVR/Jellyfin/manifests
path: services/PVR/Jellyfin
path: services/PVR/Jellyfin/manifests
targetRevision: HEAD
- repoURL: https://jellyfin.github.io/jellyfin-helm
chart: jellyfin
targetRevision: 2.7.0
targetRevision: 2.5.0
helm:
valueFiles:
- $values/services/PVR/Jellyfin/values.yaml

View File

@@ -18,7 +18,7 @@ spec:
serviceAccountName: vaultwarden
containers:
- name: vaultwarden
image: vaultwarden/server:1.34.3
image: vaultwarden/server:1.33.2
env:
- name: ENABLE_DB_WAL
value: "false"