2 Commits

Author SHA1 Message Date
8834b8e3ca Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.2601.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 24s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Successful in 1m7s
2026-01-17 04:33:03 +00:00
2ed1288cb6 fix mount
All checks were successful
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 1m53s
2026-01-16 22:31:35 -06:00

View File

@@ -6,7 +6,7 @@ yubal-playlist:
strategy: Recreate
revisionHistoryLimit: 3
initContainers:
init-copy-config:
init-copy-cookie:
image:
repository: busybox
tag: 1.37.0
@@ -162,7 +162,7 @@ yubal-playlist:
name: yubal-playlist-cookie
advancedMounts:
main:
main:
init-copy-cookie:
- path: /app/ytdlp/cookies-ro.txt
readOnly: true
mountPropagation: None
@@ -174,6 +174,9 @@ yubal-playlist:
retain: true
advancedMounts:
main:
init-copy-cookie:
- path: /app/ytdlp
readOnly: false
main:
- path: /app/ytdlp
readOnly: false