set ytdlp version to nightly instead of pinned [ci skip]

This commit is contained in:
Viktor Barzin 2024-12-29 17:12:02 +00:00
parent 2eb9db8aaa
commit ec40bfa93f
2 changed files with 1 additions and 1 deletions

View file

View file

@ -42,7 +42,7 @@ resource "kubernetes_deployment" "ytdlp" {
} }
spec { spec {
container { container {
image = "tzahi12345/youtubedl-material:nightly-2024-03-12" image = "tzahi12345/youtubedl-material:nightly"
name = "ytdlp" name = "ytdlp"
# resources { # resources {
# limits = { # limits = {