priority-pass: update backend to v3 (QR container layout fix)

This commit is contained in:
Viktor Barzin 2026-04-06 12:57:08 +03:00
parent 75b18717a1
commit 0c44e11146

View file

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