priority-pass: update frontend image to v5 (clipboard paste support)

This commit is contained in:
Viktor Barzin 2026-04-06 12:44:19 +03:00
parent 3676cdbeeb
commit ef6f57e82c

View file

@ -47,7 +47,7 @@ resource "kubernetes_deployment" "priority-pass" {
}
container {
name = "frontend"
image = "registry.viktorbarzin.me/priority-pass-frontend:v4"
image = "registry.viktorbarzin.me/priority-pass-frontend:v5"
port {
container_port = 3000
}