priority-pass: update backend to v7 (square QR container)

This commit is contained in:
Viktor Barzin 2026-04-06 13:16:35 +03:00
parent ee2c6517ba
commit feeed5ac35

View file

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