[ci skip] f1-stream: use latest tag, CI manages image via kubectl set image
This commit is contained in:
parent
3c92c38d51
commit
80fbff083b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ resource "kubernetes_deployment" "f1-stream" {
|
|||
}
|
||||
spec {
|
||||
container {
|
||||
image = "viktorbarzin/f1-stream:v5.2.0"
|
||||
image = "viktorbarzin/f1-stream:latest"
|
||||
image_pull_policy = "Always"
|
||||
name = "f1-stream"
|
||||
resources {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue