priority-pass: update backend to v8 (expanded QR container margins)

This commit is contained in:
Viktor Barzin 2026-04-06 13:22:27 +03:00
parent 64c378d158
commit 6ee5b70a36

View file

@ -71,7 +71,7 @@ resource "kubernetes_deployment" "priority-pass" {
} }
container { container {
name = "backend" name = "backend"
image = "registry.viktorbarzin.me/priority-pass-backend:v7" image = "registry.viktorbarzin.me/priority-pass-backend:v8"
port { port {
container_port = 8000 container_port = 8000
} }