[ci skip] f1-stream: use v5.0.0 tag to bypass stale pull-through cache

This commit is contained in:
Viktor Barzin 2026-02-24 00:28:12 +00:00
parent 6d88a5df1e
commit 650d785dcd
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:latest"
image = "viktorbarzin/f1-stream:v5.0.0"
image_pull_policy = "Always"
name = "f1-stream"
resources {