Compare commits
2 Commits
f1db595fa7
...
5c10089e77
| Author | SHA1 | Date | |
|---|---|---|---|
|
5c10089e77
|
|||
| a065a6d91a |
@@ -405,7 +405,7 @@ etcd-defrag:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/siderolabs/talosctl
|
repository: ghcr.io/siderolabs/talosctl
|
||||||
tag: v1.11.6
|
tag: v1.12.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- etcd
|
- etcd
|
||||||
@@ -438,7 +438,7 @@ etcd-defrag:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/siderolabs/talosctl
|
repository: ghcr.io/siderolabs/talosctl
|
||||||
tag: v1.11.6
|
tag: v1.12.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- etcd
|
- etcd
|
||||||
@@ -471,7 +471,7 @@ etcd-defrag:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/siderolabs/talosctl
|
repository: ghcr.io/siderolabs/talosctl
|
||||||
tag: v1.11.6
|
tag: v1.12.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- etcd
|
- etcd
|
||||||
|
|||||||
@@ -20,11 +20,9 @@ ytdl-sub:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- ytdl-sub
|
- ytdl-sub
|
||||||
- --dry-run
|
|
||||||
- -c
|
- -c
|
||||||
- /config/config.yaml
|
- /config/config.yaml
|
||||||
- sub
|
- sub
|
||||||
# - /config/subscriptions.yaml
|
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: America/Chicago
|
value: America/Chicago
|
||||||
@@ -40,24 +38,12 @@ ytdl-sub:
|
|||||||
data:
|
data:
|
||||||
config.yaml: |
|
config.yaml: |
|
||||||
configuration:
|
configuration:
|
||||||
working_directory: /cache
|
working_directory: /config
|
||||||
presets:
|
|
||||||
Files Override:
|
|
||||||
overrides:
|
|
||||||
embed_thumbnail: True
|
|
||||||
Music Override:
|
|
||||||
overrides:
|
|
||||||
square_thumbnail: True
|
|
||||||
music_directory: "/music"
|
|
||||||
YouTube Music Subscriptions:
|
|
||||||
preset:
|
|
||||||
- "Max MP3 Quality"
|
|
||||||
- "Music Override"
|
|
||||||
- "Files Override"
|
|
||||||
|
|
||||||
subscriptions.yaml: |
|
subscriptions.yaml: |
|
||||||
__preset__:
|
__preset__:
|
||||||
overrides:
|
overrides:
|
||||||
|
embed_thumbnail: True
|
||||||
|
square_thumbnail: True
|
||||||
music_directory: /music
|
music_directory: /music
|
||||||
YouTube Releases:
|
YouTube Releases:
|
||||||
= YouTube:
|
= YouTube:
|
||||||
|
|||||||
Reference in New Issue
Block a user