Merge branch 'master' of https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
All checks were successful
renovate / renovate (push) Successful in 1m51s

This commit is contained in:
2025-12-21 13:48:12 +11:00
3 changed files with 5 additions and 2 deletions

View File

@@ -8,5 +8,8 @@
"prHourlyLimit": 0, "prHourlyLimit": 0,
"argocd": { "argocd": {
"managerFilePatterns": ["/\\.yaml$/"] "managerFilePatterns": ["/\\.yaml$/"]
},
"kubernetes": {
"managerFilePatterns": ["/\\.yaml$/"]
} }
} }

View File

@@ -19,7 +19,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.5.0 targetRevision: 2.7.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.33.2 image: vaultwarden/server:1.34.3
env: env:
- name: ENABLE_DB_WAL - name: ENABLE_DB_WAL
value: "false" value: "false"