priority-pass: update backend to v6 (remove edge artifact scratches)

This commit is contained in:
Viktor Barzin 2026-04-06 13:09:45 +03:00
parent c38ae944fc
commit 0162b4f130

View file

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