[ci skip] Use versioned image tag for f1-stream to bypass stale cache

Pull-through cache on registry VM served stale arm64-only manifest for
:latest tag. Switch to v1.0.0 tag so cache fetches the fresh amd64 image.
This commit is contained in:
Viktor Barzin 2026-02-21 16:07:58 +00:00
parent 2fe7fa547c
commit 2298459496

View file

@ -34,7 +34,7 @@ resource "kubernetes_deployment" "f1-stream" {
} }
spec { spec {
container { container {
image = "viktorbarzin/f1-stream:latest" image = "viktorbarzin/f1-stream:v1.0.0"
name = "f1-stream" name = "f1-stream"
resources { resources {
limits = { limits = {