yt-dlp-bot: use test image for dogfooding

This commit is contained in:
2026-03-06 09:33:00 -05:00
parent 6cb6ba6e22
commit 5e3c0f386f

View File

@@ -14,12 +14,14 @@ spec:
spec: spec:
containers: containers:
- name: yt-dlp-bot - name: yt-dlp-bot
image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:2c99fbf' image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:refactor-test-f30686f'
env: env:
- name: OUT_PATH - name: OUT_PATH
value: /data/youtube-vids value: /data/youtube-vids
- name: TEMP_PATH - name: TEMP_PATH
value: /tmp/ytdlp-temp value: /tmp/ytdlp-temp
- name: LOADING_EMOJI
value: "<a:loading:1479485735076761848>"
envFrom: envFrom:
- secretRef: - secretRef:
name: yt-dlp-discord-token name: yt-dlp-discord-token