diff --git a/stacks/f1-stream/main.tf b/stacks/f1-stream/main.tf index 6713dfde..af08dd89 100644 --- a/stacks/f1-stream/main.tf +++ b/stacks/f1-stream/main.tf @@ -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 {