priority-pass: update backend to v2 (QR code preservation fix)

This commit is contained in:
Viktor Barzin 2026-04-06 12:53:45 +03:00
parent ef6f57e82c
commit 75b18717a1

View file

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