[ci skip] f1-stream: use v5.0.0 tag to bypass stale pull-through cache
This commit is contained in:
parent
6d88a5df1e
commit
650d785dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue