Files
truecharts/charts/stable/plexanisync/values.yaml
TrueCharts Bot 533d8d7600 chore(deps): update container image ghcr.io/rickdb/plexanisync to v1.3.26@6d26126 by renovate (#17424)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/rickdb/plexanisync](https://togithub.com/RickDB/PlexAniSync)
| patch | `1.3.25` -> `1.3.26` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>RickDB/PlexAniSync (ghcr.io/rickdb/plexanisync)</summary>

###
[`v1.3.26`](https://togithub.com/RickDB/PlexAniSync/releases/tag/v1.3.26)

[Compare
Source](https://togithub.com/RickDB/PlexAniSync/compare/v1.3.25...v1.3.26)

#### What's Changed

-   Also use native titles for matching
-   Drop Python 3.7 support
- Correctly map TMDB One Piece with a custom mapping
[#&#8203;212](https://togithub.com/RickDB/PlexAniSync/issues/212)
-   Reduced logging
-   Added check for Anilist token expiry

**Full Changelog**:
https://github.com/RickDB/PlexAniSync/compare/v1.3.25...v1.3.26

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:33:02 +01:00

80 lines
1.6 KiB
YAML

image:
repository: ghcr.io/rickdb/plexanisync
pullPolicy: IfNotPresent
tag: 1.3.26@sha256:6d26126459eaf1048eb353f5950df00dd0f9fc6d6171561de630563b99e9c785
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
portal:
open:
enabled: false