priority-pass: update backend to v5 (QR container sizing fix)

This commit is contained in:
Viktor Barzin 2026-04-06 13:06:18 +03:00
parent 9492874c43
commit c38ae944fc

View file

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