priority-pass: update frontend image to v5 (clipboard paste support)
This commit is contained in:
parent
3676cdbeeb
commit
ef6f57e82c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ resource "kubernetes_deployment" "priority-pass" {
|
||||||
}
|
}
|
||||||
container {
|
container {
|
||||||
name = "frontend"
|
name = "frontend"
|
||||||
image = "registry.viktorbarzin.me/priority-pass-frontend:v4"
|
image = "registry.viktorbarzin.me/priority-pass-frontend:v5"
|
||||||
port {
|
port {
|
||||||
container_port = 3000
|
container_port = 3000
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue