fix: resolve tandoor, matrix, navidrome crash loops

- Tandoor: pin image to vabene1111/recipes:1.5.27 (latest tag pull
  failing with EOF from pull-through cache corruption)
- Matrix: update homeserver.yaml to use pg-cluster-rw.dbaas instead
  of legacy postgresql.dbaas service, update CNPG postgres password
- Navidrome: deleted corrupted SQLite DB (malformed disk image from
  proxmox-lvm migration), navidrome recreates fresh DB on startup
This commit is contained in:
Viktor Barzin 2026-04-05 23:12:49 +03:00
parent 4da8f0242f
commit e064778c2c
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ resource "kubernetes_deployment" "tandoor" {
spec {
container {
name = "recipes"
image = "vabene1111/recipes"
image = "vabene1111/recipes:1.5.27"
image_pull_policy = "IfNotPresent"
env {
name = "SECRET_KEY"