[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 f23d3c220c
commit 8e867cfb55
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

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