This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rickdb/plexanisync](https://redirect.github.com/RickDB/PlexAniSync) | digest | `cc91dd9` -> `c766bbd` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
77 lines
1.5 KiB
YAML
77 lines
1.5 KiB
YAML
image:
|
|
repository: ghcr.io/rickdb/plexanisync
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.4.2@sha256:c766bbda61d2942de133d6b34fe2e11c99caf739ab911925a3bdf3ee0056c917
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
plexanisync:
|
|
interval: 3600
|
|
plex:
|
|
anime_section: []
|
|
# - section1
|
|
# - section2
|
|
# direct | myplex
|
|
plex_auth_method: direct
|
|
# myplex
|
|
myplex_server: ""
|
|
myplex_user: ""
|
|
myplex_token: ""
|
|
# direct
|
|
plex_url: ""
|
|
plex_token: ""
|
|
# Home user sync
|
|
home_user_sync: false
|
|
home_username: ""
|
|
home_server_url: ""
|
|
anilist:
|
|
ani_username: ""
|
|
ani_token: ""
|
|
plex_ep_count_priority: false
|
|
skip_list_update: false
|
|
log_failed_matches: false
|
|
custom_mappings: []
|
|
# remote_urls:
|
|
# - https://blabal
|
|
# entries:
|
|
# - title: title
|
|
# seasons:
|
|
# - season: 1
|
|
# anilist_id: 2345
|
|
# synonyms:
|
|
# - asfdasd
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
envFrom:
|
|
- configMapRef:
|
|
name: config
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
persistence:
|
|
settings:
|
|
enabled: true
|
|
type: secret
|
|
readOnly: true
|
|
defaultMode: "0600"
|
|
objectName: secret
|
|
mountPath: /plexanisync/settings.ini
|
|
subPath: settings.ini
|