[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:
parent
2fe7fa547c
commit
2298459496
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue