priority-pass: update backend to v4 (QR container clipping fix)

This commit is contained in:
Viktor Barzin 2026-04-06 13:00:33 +03:00
parent 0c44e11146
commit 1d7244e47a

View file

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