Files
truecharts/charts/stable/plexanisync/values.yaml
T
TrueCharts Bot cd985dd887 chore(deps): update container image ghcr.io/rickdb/plexanisync to v1.4.1@e7ca859 by renovate (#20718)
This PR contains the following updates:

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

---

> [!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.4.1`](https://togithub.com/RickDB/PlexAniSync/releases/tag/v1.4.1)

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

#### What's Changed

- Fix an issue where the tautulli-plexanisync docker image did not find
the installed pip dependencies.
[#&#8203;227](https://togithub.com/RickDB/PlexAniSync/issues/227)

**Full Changelog**:
https://github.com/RickDB/PlexAniSync/compare/v1.4.0...v1.4.1

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-13 20:18:03 +02:00

80 lines
1.6 KiB
YAML

image:
repository: ghcr.io/rickdb/plexanisync
pullPolicy: IfNotPresent
tag: 1.4.1@sha256:e7ca8590b8065f424695179c494c97fbef3aed6155a7d9d6e57f7d152f26b297
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