From 6ac6dffe03ba38a1dfd4a18fe65979b52cd16357 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 1 Mar 2026 15:13:38 +0000 Subject: [PATCH] [ci skip] f1-stream: bump image to v5.2.0 --- stacks/f1-stream/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/f1-stream/main.tf b/stacks/f1-stream/main.tf index d2715521..6713dfde 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.0.0" + image = "viktorbarzin/f1-stream:v5.2.0" image_pull_policy = "Always" name = "f1-stream" resources {