584f53e987
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/taxel/plextraktsync](https://redirect.github.com/Taxel/PlexTraktSync) | patch | `d53c531` -> `40bbeac` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Taxel/PlexTraktSync (ghcr.io/taxel/plextraktsync)</summary> ### [`v0.34.15`](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.34.14...0.34.15) [Compare Source](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.34.14...0.34.15) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
70 lines
1.4 KiB
YAML
70 lines
1.4 KiB
YAML
image:
|
|
repository: ghcr.io/taxel/plextraktsync
|
|
tag: 0.34.15@sha256:40bbeac771cd5b7ad0f2131a26596ee0853da634d40ad165c9a8be6d16a3ebd9
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
plextraktsync:
|
|
cron_enabled: true
|
|
task: "sync"
|
|
schedule: "0 */6 * * *"
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
tty: true
|
|
stdin: true
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
plextraktsync-cron:
|
|
enabled: "{{ .Values.plextraktsync.cron_enabled }}"
|
|
type: CronJob
|
|
schedule: "{{ .Values.plextraktsync.schedule }}"
|
|
podSpec:
|
|
restartPolicy: Never
|
|
containers:
|
|
cron:
|
|
primary: true
|
|
enabled: true
|
|
imageSelector: "image"
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
args:
|
|
- "{{ .Values.plextraktsync.task }}"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /app/config
|
|
plextraktsync-cron:
|
|
cron:
|
|
mountPath: /app/config
|