Files
truecharts/charts/stable/plex-playlist-sync/values.yaml
T
TrueCharts Bot bb931484a2 chore(deps): update container image rnagabhyrava/plexplaylistsync to latest@c9e85cb by renovate (#16790)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| rnagabhyrava/plexplaylistsync | digest | `68b580f` -> `c9e85cb` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-03 00:31:37 +00:00

74 lines
2.0 KiB
YAML

image:
repository: rnagabhyrava/plexplaylistsync
tag: latest@sha256:c9e85cb9def574004602c5a37b25b360b635fd4547e274fb1572318068180cf4
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
service:
main:
enabled: false
ports:
main:
enabled: false
pps:
plex:
url: "http://localhost:32400"
token: "plextoken123"
spotify:
user_id: ""
client_id: ""
client_secret: ""
deezer:
user_id: ""
playlist_id: []
other:
write_missing_as_csv: false
append_service_suffix: true
add_playlist_poster: true
add_playlist_description: true
append_instead_of_sync: false
seconds_to_wait: 84000
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
PLEX_URL: "{{ .Values.pps.plex.url }}"
PLEX_TOKEN: "{{ .Values.pps.plex.token }}"
SPOTIFY_USER_ID: "{{ .Values.pps.spotify.user_id }}"
SPOTIFY_CLIENT_ID: "{{ .Values.pps.spotify.client_id }}"
SPOTIFY_CLIENT_SECRET: "{{ .Values.pps.spotify.client_secret }}"
DEEZER_USER_ID: "{{ .Values.pps.deezer.user_id }}"
DEEZER_PLAYLIST_ID: '{{ join " " .Values.pps.deezer.playlist_id }}'
WRITE_MISSING_AS_CSV: "{{ .Values.pps.other.write_missing_as_csv }}"
APPEND_SERVICE_SUFFIX: "{{ .Values.pps.other.append_service_suffix }}"
ADD_PLAYLIST_POSTER: "{{ .Values.pps.other.add_playlist_poster }}"
ADD_PLAYLIST_DESCRIPTION: "{{ .Values.pps.other.add_playlist_description }}"
APPEND_INSTEAD_OF_SYNC: "{{ .Values.pps.other.append_instead_of_sync }}"
SECONDS_TO_WAIT: "{{ .Values.pps.other.seconds_to_wait }}"
persistence:
data:
enabled: true
mountPath: /data
portal:
open:
enabled: false