* Update bbilly1/tubearchivist-jf Docker tag to v0.2.0 * update chart --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: alexlebens <alexanderlebens@gmail.com>
20 lines
367 B
YAML
20 lines
367 B
YAML
job:
|
|
schedule: "0 * * * *"
|
|
image:
|
|
repository: bbilly1/tubearchivist-jf
|
|
tag: v0.2.0
|
|
pullPolicy: IfNotPresent
|
|
persistence:
|
|
youtube:
|
|
claimName: ""
|
|
config:
|
|
tubearchivistUrl: ""
|
|
jellyfinUrl: ""
|
|
secrets:
|
|
tubearchivistToken:
|
|
existingSecretName: ""
|
|
existingSecretKey: token
|
|
jellyfinToken:
|
|
existingSecretName: ""
|
|
existingSecretKey: token
|