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 885e24296a
commit 04d821de6c
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 1 additions and 1 deletions

View file

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