1 Commits

Author SHA1 Message Date
cb625f131a chore(deps): update redis docker tag to v8 2025-12-21 02:14:08 +00:00
3 changed files with 3 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ spec:
- name: csismb-authelia-conf
mountPath: /config
- name: redis
image: redis:7-alpine
image: redis:8-alpine
args:
- redis-server
- --requirepass

View File

@@ -13,15 +13,12 @@ spec:
syncOptions:
- CreateNamespace=true
sources:
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
path: services/PVR/Jellyfin
targetRevision: HEAD
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
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"