set ytdlp version to nightly instead of pinned [ci skip]
This commit is contained in:
parent
2eb9db8aaa
commit
ec40bfa93f
2 changed files with 1 additions and 1 deletions
0
modules/kubernetes/dawarich/main.tf
Normal file
0
modules/kubernetes/dawarich/main.tf
Normal 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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue