priority-pass: update backend to v3 (QR container layout fix)
This commit is contained in:
parent
75b18717a1
commit
0c44e11146
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:v2"
|
image = "registry.viktorbarzin.me/priority-pass-backend:v3"
|
||||||
port {
|
port {
|
||||||
container_port = 8000
|
container_port = 8000
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue