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 3 deletions

View File

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

View File

@@ -18,7 +18,7 @@ spec:
targetRevision: HEAD targetRevision: HEAD
- repoURL: https://jellyfin.github.io/jellyfin-helm - repoURL: https://jellyfin.github.io/jellyfin-helm
chart: jellyfin chart: jellyfin
targetRevision: 2.7.0 targetRevision: 2.5.0
helm: helm:
valueFiles: valueFiles:
- $values/services/PVR/Jellyfin/values.yaml - $values/services/PVR/Jellyfin/values.yaml

View File

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