priority-pass: pin to backend 7c01448d (transplant QR into golden-position container)

[ci skip]
This commit is contained in:
Viktor Barzin 2026-05-05 19:14:11 +00:00
parent 1cb2bb30f7
commit c4c5057edc

View file

@ -80,7 +80,7 @@ resource "kubernetes_deployment" "priority-pass" {
} }
container { container {
name = "frontend" name = "frontend"
image = "docker.io/viktorbarzin/priority-pass-frontend:50a432ad" image = "docker.io/viktorbarzin/priority-pass-frontend:7c01448d"
port { port {
container_port = 3000 container_port = 3000
} }
@ -104,7 +104,7 @@ resource "kubernetes_deployment" "priority-pass" {
} }
container { container {
name = "backend" name = "backend"
image = "docker.io/viktorbarzin/priority-pass-backend:50a432ad" image = "docker.io/viktorbarzin/priority-pass-backend:7c01448d"
port { port {
container_port = 8000 container_port = 8000
} }