[ci skip] f1-stream: use latest tag, CI manages image via kubectl set image

This commit is contained in:
Viktor Barzin 2026-03-01 15:15:14 +00:00
parent 3c92c38d51
commit 80fbff083b
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -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 {