priority-pass: update backend to v5 (QR container sizing fix)
This commit is contained in:
parent
9492874c43
commit
c38ae944fc
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ resource "kubernetes_deployment" "priority-pass" {
|
||||||
}
|
}
|
||||||
container {
|
container {
|
||||||
name = "backend"
|
name = "backend"
|
||||||
image = "registry.viktorbarzin.me/priority-pass-backend:v4"
|
image = "registry.viktorbarzin.me/priority-pass-backend:v5"
|
||||||
port {
|
port {
|
||||||
container_port = 8000
|
container_port = 8000
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue