dcded05f7f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/taxel/plextraktsync](https://redirect.github.com/Taxel/PlexTraktSync) | patch | `839a7d9` → `8fccb53` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.35.11`](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.35.10...0.35.11) [Compare Source](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.35.10...0.35.11) ### [`v0.35.10`](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.35.9...0.35.10) [Compare Source](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.35.9...0.35.10) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9wbGV4dHJha3RzeW5jIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
71 lines
1.5 KiB
YAML
71 lines
1.5 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/taxel/plextraktsync
|
|
tag: 0.35.11@sha256:8fccb538ccd353a9de56704b43ee1d90866beb2fbeb529b9280048330da21205
|
|
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
|